Skip to content

Commit 10b9c2a

Browse files
Update build_wheels.yml
Fixes to try and diagnose issues with Windows x86 tests on github
1 parent e1359f1 commit 10b9c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Run tests against installed wheel
5656
run: |
57-
pytest -ra -vv -x --maxfail=1 --showlocals --reruns 2 --reruns-delay 1 --junitxml=test-results/pytest.xml
57+
python -X faulthandler -m pytest -vv -rA -s --full-trace --tb=long --maxfail=1 --showlocals --reruns 2 --reruns-delay 1 --junitxml=test-results/pytest.xml
5858
5959
- name: Upload test report
6060
if: always()

0 commit comments

Comments
 (0)