Skip to content

Commit bdfe0f3

Browse files
committed
Fix path for tests
1 parent 446c232 commit bdfe0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CIBW_ARCHS_IOS: "arm64_iphoneos arm64_iphonesimulator x86_64_iphonesimulator"
3939
CIBW_BUILD: "cp313-* cp314-*"
4040
CIBW_TEST_REQUIRES: "pytest"
41-
CIBW_TEST_COMMAND: python -m pytest tests
41+
CIBW_TEST_COMMAND: python -m pytest {project}/tests
4242
with:
4343
output-dir: dist
4444

0 commit comments

Comments
 (0)