Skip to content

Commit 1d1b9ca

Browse files
committed
running parallel test for ft
1 parent dc0c793 commit 1d1b9ca

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,7 @@ jobs:
164164
CFLAGS="/DDISABLE_QUADBLAS $CFLAGS"
165165
CXXFLAGS="/DDISABLE_QUADBLAS $CXXFLAGS"
166166
CIBW_REPAIR_WHEEL_COMMAND: 'delvewheel repair -w {dest_dir} {wheel} --add-path C:\sleef\bin'
167-
CIBW_TEST_COMMAND_WINDOWS: |
168-
pip install {package}[test]
169-
python -c "import sys; exit(0 if hasattr(sys, '_is_gil_enabled') and not sys._is_gil_enabled() else 1)"
170-
if ($LASTEXITCODE -ne 0) {
171-
pytest -s {project}/tests
172-
} else {
173-
pytest --parallel-threads=10 --iterations=10 {project}/tests
174-
}
167+
CIBW_TEST_COMMAND_WINDOWS: 'pip install {package}[test]; python -c "import sys; exit(0 if hasattr(sys, ''_is_gil_enabled'') and not sys._is_gil_enabled() else 1)"; if ($LASTEXITCODE -ne 0) { pytest -s {project}/tests } else { pytest --parallel-threads=10 --iterations=10 {project}/tests }'
175168
CIBW_TEST_EXTRAS: test
176169
shell: pwsh
177170
run: |

0 commit comments

Comments
 (0)