File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -205,14 +205,17 @@ jobs:
205
205
wheel_arch : win32
206
206
vcpkg_arch : x86
207
207
os : windows-2019
208
+ test_extra : test
208
209
- cmake_arch : x64
209
210
wheel_arch : win_amd64
210
211
vcpkg_arch : x64
211
212
os : windows-2019
213
+ test_extra : test
212
214
- cmake_arch : ARM64
213
215
wheel_arch : win_arm64
214
216
vcpkg_arch : arm64
215
217
os : windows-11-arm
218
+ test_extra : test-win-arm64
216
219
runs-on : ${{ matrix.os }}
217
220
218
221
steps :
@@ -250,7 +253,7 @@ jobs:
250
253
CIBW_BEFORE_BUILD : " pip install -U setuptools && python setup.py build_c_core"
251
254
CIBW_BUILD : " *-${{ matrix.wheel_arch }}"
252
255
CIBW_ENABLE : pypy
253
- CIBW_TEST_COMMAND : " cd /d {project} && pip install --prefer-binary \" .[test ]\" && python -m pytest tests"
256
+ CIBW_TEST_COMMAND : " cd /d {project} && pip install --prefer-binary \" .[${{ matrix.test_extra }} ]\" && python -m pytest tests"
254
257
# Skip tests for Python 3.10 onwards because SciPy does not have
255
258
# 32-bit wheels for Windows any more
256
259
CIBW_TEST_SKIP : " cp310-win32 cp311-win32 cp312-win32 cp313-win32"
You can’t perform that action at this time.
0 commit comments