We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52eb850 + 5c6f072 commit cc0c497Copy full SHA for cc0c497
.github/workflows/build.yml
@@ -85,6 +85,8 @@ 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_EXTRAS: "test"
89
+ CIBW_TEST_COMMAND: "python -m pytest {project}/packages/basemap"
90
CIBW_ENVIRONMENT: >-
91
GEOS_VERSION="3.6.5"
92
GEOS_DIR="$(pwd)/extern"
0 commit comments