Skip to content

Commit

Permalink
chore: update CIBW_TEST_COMMAND (#96)
Browse files Browse the repository at this point in the history
* chore: update CIBW_TEST_COMMAND
  • Loading branch information
PyYoshi authored Jun 6, 2024
1 parent d03c3f8 commit 7c89995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest"
CIBW_TEST_COMMAND: "pytest {project}/src/tests"
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
CIBW_SKIP: pp*
Expand Down

0 comments on commit 7c89995

Please sign in to comment.