Skip to content

Commit 9269e4e

Browse files
committed
cibw windows
1 parent 791b3fc commit 9269e4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
- name: Build wheel
210210
run: |
211211
python -m pip install cibuildwheel
212-
CIBW_TEST_COMMAND="pytest -v -k 'not slow'"
212+
$env:CIBW_TEST_COMMAND = 'pytest -v -k "not slow"'
213213
python -m cibuildwheel --only cp39-win_amd64 $GITHUB_WORKSPACE
214214
215215
- name: Install wheel
@@ -237,7 +237,7 @@ jobs:
237237
- name: Build wheel
238238
run: |
239239
python -m pip install cibuildwheel
240-
CIBW_TEST_COMMAND="pytest -v -k 'not slow'"
240+
$env:CIBW_TEST_COMMAND = 'pytest -v -k "not slow"'
241241
python -m cibuildwheel --only cp313-win_amd64 $GITHUB_WORKSPACE
242242
243243
- name: Install wheel

0 commit comments

Comments
 (0)