Skip to content

Commit

Permalink
Try inverting the quotes in the test command
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Sep 17, 2024
1 parent a18ac66 commit a4c84d1
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 -c '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 a4c84d1

Please sign in to comment.