Skip to content

Commit b283f86

Browse files
committed
tests linux no hipo
1 parent f0cbb01 commit b283f86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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-
export CIBW_TEST_COMMAND="pytest -v -k 'not test_hipo'"
94+
export CIBW_TEST_COMMAND="pytest -v -k 'not test_hipo' {project}/tests"
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-
export CIBW_TEST_COMMAND="pytest -v -k 'not test_hipo'"
124+
export CIBW_TEST_COMMAND="pytest -v -k 'not test_hipo' {project}/tests"
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-
export CIBW_TEST_COMMAND="pytest -v -k 'not test_hipo'"
153+
export CIBW_TEST_COMMAND="pytest -v -k 'not test_hipo' {project}/tests"
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-
export CIBW_TEST_COMMAND="pytest -v -k 'not test_hipo'"
184+
export CIBW_TEST_COMMAND="pytest -v -k 'not test_hipo' {project}/tests"
185185
python3 -m cibuildwheel --only cp311-macosx_arm64 $GITHUB_WORKSPACE
186186
187187
- name: Install wheel

0 commit comments

Comments
 (0)