Skip to content

Commit

Permalink
Debug wheel unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
qnzhou committed Feb 7, 2025
1 parent e201c5e commit 484216d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
CIBW_ARCHS_WINDOWS: auto64
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_SKIP: "*-musllinux* pp*"
CIBW_TEST_COMMAND: "pytest {project}/modules"
CIBW_TEST_COMMAND: "pytest -v {project}/modules"
CIBW_TEST_REQUIRES: pytest
MACOSX_DEPLOYMENT_TARGET: 11.00
CIBW_BUILD_VERBOSITY: 2
Expand All @@ -44,6 +44,7 @@ jobs:


upload_pypi:
if: false
name: Upload wheels to PyPI
runs-on: ubuntu-latest
needs: [build_wheel]
Expand Down

0 comments on commit 484216d

Please sign in to comment.