Skip to content

Commit 02543e2

Browse files
test pytest -p no:faulthandler
1 parent c01aa71 commit 02543e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
pip install -r requirements.txt
2020
pip install pytest
21-
pytest
21+
pytest -p no:faulthandler
2222
build:
2323
runs-on: ubuntu-latest
2424
needs: test

0 commit comments

Comments
 (0)