We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e74616 commit c45d27dCopy full SHA for c45d27d
.github/workflows/wheels.yml
@@ -148,12 +148,13 @@ jobs:
148
CIBW_TEST_EXTRAS: "test"
149
150
# run tests
151
- CIBW_TEST_COMMAND: "pytest --pyargs suitesparse_graphblas"
+ CIBW_TEST_COMMAND: "pytest -v --pyargs suitesparse_graphblas"
152
153
# GitHub Actions macOS Intel runner cannot run ARM tests. Uncomment to silence warning.
154
# CIBW_TEST_SKIP: "*-macosx_arm64"
155
156
run: |
157
+ python -m pip install --upgrade pip
158
python -m pip install cibuildwheel
159
python -m cibuildwheel --output-dir wheelhouse .
160
shell: bash
0 commit comments