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 60211ac commit c1aad3cCopy full SHA for c1aad3c
.github/workflows/build_primary_wheels.yml
@@ -23,7 +23,7 @@ jobs:
23
CIBW_ARCHS: ${{ matrix.cibw_archs }}
24
CIBW_SKIP: "cp311-* pp* *-musllinux_*"
25
CIBW_TEST_REQUIRES: pytest
26
- CIBW_TEST_COMMAND: python {package}/test/debug.py && pytest {package}
+ CIBW_TEST_COMMAND: python {package}/test/debug.py && python -X faulthandler -m pytest -p no:faulthandler -s {package}
27
28
- uses: actions/upload-artifact@v3
29
with:
0 commit comments