Skip to content

Commit a0cb7d8

Browse files
author
Jonathan Kliem
committed
use old syntax again
1 parent 4e1c75b commit a0cb7d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
pip freeze
4343
- name: Local build
4444
run: |
45-
set -e
4645
python setup.py build_ext -i
47-
python test.py
46+
python test.py || exit 1
4847
git clean -xfd

0 commit comments

Comments
 (0)