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 ffbd243 commit b38aa83Copy full SHA for b38aa83
.github/workflows/CICD.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
pip install -r requirements.txt
20
pip install pytest
21
- pytest -p no:faulthandler
+ pytest
22
build:
23
runs-on: ubuntu-latest
24
needs: test
0 commit comments