We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1c75b commit a0cb7d8Copy full SHA for a0cb7d8
.github/workflows/main.yml
@@ -42,7 +42,6 @@ jobs:
42
pip freeze
43
- name: Local build
44
run: |
45
- set -e
46
python setup.py build_ext -i
47
- python test.py
+ python test.py || exit 1
48
git clean -xfd
0 commit comments