We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446c232 commit bdfe0f3Copy full SHA for bdfe0f3
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
CIBW_ARCHS_IOS: "arm64_iphoneos arm64_iphonesimulator x86_64_iphonesimulator"
39
CIBW_BUILD: "cp313-* cp314-*"
40
CIBW_TEST_REQUIRES: "pytest"
41
- CIBW_TEST_COMMAND: python -m pytest tests
+ CIBW_TEST_COMMAND: python -m pytest {project}/tests
42
with:
43
output-dir: dist
44
0 commit comments