Skip to content

Commit

Permalink
Fix cibuildwheel test command
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Sep 17, 2024
1 parent aec5612 commit a18ac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_TEST_COMMAND: "python -m 'import ndindex'"
CIBW_TEST_COMMAND: "python -c 'import ndindex'"
# NumPy wheels don't exist for these platforms
CIBW_SKIP: "pp39-manylinux_i686"

Expand Down

0 comments on commit a18ac66

Please sign in to comment.