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 791b3fc commit 9269e4eCopy full SHA for 9269e4e
.github/workflows/build-python-package.yml
@@ -209,7 +209,7 @@ jobs:
209
- name: Build wheel
210
run: |
211
python -m pip install cibuildwheel
212
- CIBW_TEST_COMMAND="pytest -v -k 'not slow'"
+ $env:CIBW_TEST_COMMAND = 'pytest -v -k "not slow"'
213
python -m cibuildwheel --only cp39-win_amd64 $GITHUB_WORKSPACE
214
215
- name: Install wheel
@@ -237,7 +237,7 @@ jobs:
237
238
239
240
241
python -m cibuildwheel --only cp313-win_amd64 $GITHUB_WORKSPACE
242
243
0 commit comments