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