Skip to content

Commit 791b3fc

Browse files
committed
skip hipo test in build-python-package
1 parent 5db9be8 commit 791b3fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
run: |
9292
python3 --version
9393
python3 -m pip install cibuildwheel
94+
CIBW_TEST_COMMAND="pytest -v -k 'not slow'"
9495
python3 -m cibuildwheel --only cp311-manylinux_x86_64 $GITHUB_WORKSPACE
9596
9697
- name: Install wheel
@@ -120,6 +121,7 @@ jobs:
120121
run: |
121122
python3 --version
122123
python3 -m pip install cibuildwheel
124+
CIBW_TEST_COMMAND="pytest -v -k 'not slow'"
123125
python3 -m cibuildwheel --only cp311-manylinux_aarch64 $GITHUB_WORKSPACE
124126
125127
- name: Install wheel
@@ -148,6 +150,7 @@ jobs:
148150
- name: Build wheel
149151
run: |
150152
python3 -m pip install cibuildwheel
153+
CIBW_TEST_COMMAND="pytest -v -k 'not slow'"
151154
python3 -m cibuildwheel --only cp311-macosx_x86_64 $GITHUB_WORKSPACE
152155
153156
- name: Install wheel
@@ -178,6 +181,7 @@ jobs:
178181
- name: Build wheel
179182
run: |
180183
python3 -m pip install cibuildwheel
184+
CIBW_TEST_COMMAND="pytest -v -k 'not slow'"
181185
python3 -m cibuildwheel --only cp311-macosx_arm64 $GITHUB_WORKSPACE
182186
183187
- name: Install wheel
@@ -205,6 +209,7 @@ jobs:
205209
- name: Build wheel
206210
run: |
207211
python -m pip install cibuildwheel
212+
CIBW_TEST_COMMAND="pytest -v -k 'not slow'"
208213
python -m cibuildwheel --only cp39-win_amd64 $GITHUB_WORKSPACE
209214
210215
- name: Install wheel
@@ -232,6 +237,7 @@ jobs:
232237
- name: Build wheel
233238
run: |
234239
python -m pip install cibuildwheel
240+
CIBW_TEST_COMMAND="pytest -v -k 'not slow'"
235241
python -m cibuildwheel --only cp313-win_amd64 $GITHUB_WORKSPACE
236242
237243
- name: Install wheel

0 commit comments

Comments
 (0)