We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcd6b8 commit 6334f50Copy full SHA for 6334f50
.github/workflows/test.yml
@@ -24,6 +24,6 @@ jobs:
24
- name: Install Gnuplot
25
run: sudo apt update && sudo apt install gnuplot
26
- name: Install Compat
27
- run: emacs --eval "(progn (package-refresh-contents) (package-install 'compat))"
+ run: emacs --batch --eval "(progn (package-refresh-contents) (package-install 'compat))"
28
- name: Run tests
29
run: make && make test
0 commit comments