Skip to content

Commit

Permalink
CI: Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Sep 14, 2024
1 parent 86c40eb commit d2c0355
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,12 @@ jobs:
- '29.3'
- 'release-snapshot'
- 'snapshot'
include:
- emacs_version: 'snapshot'
allow_failure: true
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: conao3/setup-cask@master

- name: Install Gnuplot
run: sudo apt update && sudo apt install gnuplot
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ LOAD = -l gnuplot \
-l gnuplot-context \
-l gnuplot-debug-context \
-l gnuplot-gui \
-l gnuplot-tests \
-l gnuplot-test-context
-l gnuplot-tests

.PHONY: all default clean

Expand Down

0 comments on commit d2c0355

Please sign in to comment.