Skip to content

Commit b412dbc

Browse files
committed
test_hipo name
1 parent 9269e4e commit b412dbc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
python3 --version
9393
python3 -m pip install cibuildwheel
94-
CIBW_TEST_COMMAND="pytest -v -k 'not slow'"
94+
CIBW_TEST_COMMAND="pytest -v -k 'not test_hipo'"
9595
python3 -m cibuildwheel --only cp311-manylinux_x86_64 $GITHUB_WORKSPACE
9696
9797
- name: Install wheel
@@ -121,7 +121,7 @@ jobs:
121121
run: |
122122
python3 --version
123123
python3 -m pip install cibuildwheel
124-
CIBW_TEST_COMMAND="pytest -v -k 'not slow'"
124+
CIBW_TEST_COMMAND="pytest -v -k 'not test_hipo'"
125125
python3 -m cibuildwheel --only cp311-manylinux_aarch64 $GITHUB_WORKSPACE
126126
127127
- name: Install wheel
@@ -150,7 +150,7 @@ jobs:
150150
- name: Build wheel
151151
run: |
152152
python3 -m pip install cibuildwheel
153-
CIBW_TEST_COMMAND="pytest -v -k 'not slow'"
153+
CIBW_TEST_COMMAND="pytest -v -k 'not test_hipo'"
154154
python3 -m cibuildwheel --only cp311-macosx_x86_64 $GITHUB_WORKSPACE
155155
156156
- name: Install wheel
@@ -181,7 +181,7 @@ jobs:
181181
- name: Build wheel
182182
run: |
183183
python3 -m pip install cibuildwheel
184-
CIBW_TEST_COMMAND="pytest -v -k 'not slow'"
184+
CIBW_TEST_COMMAND="pytest -v -k 'not test_hipo'"
185185
python3 -m cibuildwheel --only cp311-macosx_arm64 $GITHUB_WORKSPACE
186186
187187
- name: Install wheel
@@ -209,7 +209,7 @@ jobs:
209209
- name: Build wheel
210210
run: |
211211
python -m pip install cibuildwheel
212-
$env:CIBW_TEST_COMMAND = 'pytest -v -k "not slow"'
212+
$env:CIBW_TEST_COMMAND = 'pytest -v -k "not test_hipo"'
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-
$env:CIBW_TEST_COMMAND = 'pytest -v -k "not slow"'
240+
$env:CIBW_TEST_COMMAND = 'pytest -v -k "not test_hipo"'
241241
python -m cibuildwheel --only cp313-win_amd64 $GITHUB_WORKSPACE
242242
243243
- name: Install wheel

0 commit comments

Comments
 (0)