File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -164,15 +164,8 @@ jobs:
164
164
CFLAGS="/DDISABLE_QUADBLAS $CFLAGS"
165
165
CXXFLAGS="/DDISABLE_QUADBLAS $CXXFLAGS"
166
166
CIBW_REPAIR_WHEEL_COMMAND : ' delvewheel repair -w {dest_dir} {wheel} --add-path C:\sleef\bin'
167
- CIBW_TEST_COMMAND : |
168
- pip install {package}[test]
169
- if python -c "import sys; exit(0 if hasattr(sys, '_is_gil_enabled') and not sys._is_gil_enabled() else 1)"; then
170
- pytest --parallel-threads=10 --iterations=10 {project}/tests
171
- else
172
- pytest -s {project}/tests
173
- fi
167
+ CIBW_TEST_COMMAND_WINDOWS : pip install {package}[test] && pytest -s {project}/tests
174
168
CIBW_TEST_EXTRAS : test
175
- CIBW_TEST_FAIL_FAST : 1
176
169
shell : pwsh
177
170
run : |
178
171
python -m cibuildwheel --output-dir wheelhouse
You can’t perform that action at this time.
0 commit comments