Skip to content

Commit 6334f50

Browse files
committed
Update CI
1 parent ffcd6b8 commit 6334f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Install Gnuplot
2525
run: sudo apt update && sudo apt install gnuplot
2626
- name: Install Compat
27-
run: emacs --eval "(progn (package-refresh-contents) (package-install 'compat))"
27+
run: emacs --batch --eval "(progn (package-refresh-contents) (package-install 'compat))"
2828
- name: Run tests
2929
run: make && make test

0 commit comments

Comments
 (0)