We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890e5b5 commit 20ce27aCopy full SHA for 20ce27a
.github/workflows/build.yml
@@ -129,7 +129,7 @@ jobs:
129
CIBW_SKIP: "*-musllinux_*"
130
CIBW_BEFORE_ALL: "python {project}/.github/workflows/run_before_all.py"
131
CIBW_TEST_EXTRAS: "test"
132
- CIBW_TEST_COMMAND: "python -m pytest {project}"
+ CIBW_TEST_COMMAND: "python -m pytest {project}/test"
133
CIBW_ENVIRONMENT: >-
134
GEOS_VERSION="3.6.5"
135
GEOS_DIR="$(pwd)/extern"
0 commit comments