Skip to content

Commit

Permalink
chore: update CIBW_TEST_COMMAND
Browse files Browse the repository at this point in the history
  • Loading branch information
PyYoshi committed Jun 6, 2024
1 parent 5e68cc7 commit 670e52a
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/cibuildwheel@v2.18.1
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {project}/tests"
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 670e52a

Please sign in to comment.