Skip to content

Commit 22add9f

Browse files
committed
chore: update CIBW_TEST_COMMAND
1 parent 3b2a908 commit 22add9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: pypa/[email protected]
4646
env:
4747
CIBW_TEST_REQUIRES: "pytest"
48-
CIBW_TEST_COMMAND: "pytest"
48+
CIBW_TEST_COMMAND: "pytest {project}/tests"
4949
CIBW_ARCHS_LINUX: auto aarch64
5050
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
5151
CIBW_SKIP: pp*

0 commit comments

Comments
 (0)