Skip to content

Commit c45d27d

Browse files
authored
Make tests verbose when building wheels (#88)
1 parent 7e74616 commit c45d27d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,13 @@ jobs:
148148
CIBW_TEST_EXTRAS: "test"
149149

150150
# run tests
151-
CIBW_TEST_COMMAND: "pytest --pyargs suitesparse_graphblas"
151+
CIBW_TEST_COMMAND: "pytest -v --pyargs suitesparse_graphblas"
152152

153153
# GitHub Actions macOS Intel runner cannot run ARM tests. Uncomment to silence warning.
154154
# CIBW_TEST_SKIP: "*-macosx_arm64"
155155

156156
run: |
157+
python -m pip install --upgrade pip
157158
python -m pip install cibuildwheel
158159
python -m cibuildwheel --output-dir wheelhouse .
159160
shell: bash

0 commit comments

Comments
 (0)