Skip to content

Commit d2c0355

Browse files
committed
CI: Fixes
1 parent 86c40eb commit d2c0355

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,12 @@ jobs:
2121
- '29.3'
2222
- 'release-snapshot'
2323
- 'snapshot'
24-
include:
25-
- emacs_version: 'snapshot'
26-
allow_failure: true
2724
steps:
2825
- uses: actions/checkout@v1
2926
- uses: actions/setup-python@v2
3027
- uses: purcell/setup-emacs@master
3128
with:
3229
version: ${{ matrix.emacs_version }}
33-
- uses: conao3/setup-cask@master
3430

3531
- name: Install Gnuplot
3632
run: sudo apt update && sudo apt install gnuplot

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ LOAD = -l gnuplot \
44
-l gnuplot-context \
55
-l gnuplot-debug-context \
66
-l gnuplot-gui \
7-
-l gnuplot-tests \
8-
-l gnuplot-test-context
7+
-l gnuplot-tests
98

109
.PHONY: all default clean
1110

0 commit comments

Comments
 (0)