Skip to content

Commit 5c6f072

Browse files
committed
Replace CIBW_TEST_REQUIRES with CIBW_TEST_EXTRAS
1 parent beab206 commit 5c6f072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
CIBW_BUILD: "cp39* cp310* cp311* cp312*"
8686
CIBW_SKIP: "pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-aarch64 *-armv7l"
8787
CIBW_BEFORE_ALL: ${{ matrix.before_all }}
88-
CIBW_TEST_REQUIRES: pytest
88+
CIBW_TEST_EXTRAS: "test"
8989
CIBW_TEST_COMMAND: "python -m pytest {project}/packages/basemap"
9090
CIBW_ENVIRONMENT: >-
9191
GEOS_VERSION="3.6.5"

0 commit comments

Comments
 (0)