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 7f56567 commit 5b306aaCopy full SHA for 5b306aa
.github/workflows/code.yml
@@ -95,7 +95,7 @@ jobs:
95
env:
96
CIBW_BUILD: ${{ matrix.python }}*64
97
CIBW_TEST_EXTRAS: dev
98
- CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
+ CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }} && sleep 3
99
# Run with faulthandler and -s in the hope we get a stack trace on seg fault on windows...
100
CIBW_TEST_COMMAND_WINDOWS: python -X faulthandler -m pytest -s {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
101
# Disable auditwheel as it isn't compatible with setuptools_dso approach
0 commit comments