We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beab206 commit 5c6f072Copy full SHA for 5c6f072
.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
85
CIBW_BUILD: "cp39* cp310* cp311* cp312*"
86
CIBW_SKIP: "pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-aarch64 *-armv7l"
87
CIBW_BEFORE_ALL: ${{ matrix.before_all }}
88
- CIBW_TEST_REQUIRES: pytest
+ CIBW_TEST_EXTRAS: "test"
89
CIBW_TEST_COMMAND: "python -m pytest {project}/packages/basemap"
90
CIBW_ENVIRONMENT: >-
91
GEOS_VERSION="3.6.5"
0 commit comments