File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments