Skip to content

Commit b0f7382

Browse files
TEMP: Remove sleep to prove problem still occurs
1 parent 4d2dbaf commit b0f7382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
env:
9898
CIBW_BUILD: ${{ matrix.python }}*64
9999
CIBW_TEST_EXTRAS: dev
100-
CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }} && sleep 3
100+
CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
101101
# Run with faulthandler and -s in the hope we get a stack trace on seg fault on windows...
102102
CIBW_TEST_COMMAND_WINDOWS: python -X faulthandler -m pytest -s {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
103103
# Disable auditwheel as it isn't compatible with setuptools_dso approach

0 commit comments

Comments
 (0)