Skip to content

Commit 35d848f

Browse files
committed
Remove unused CIBW_BUILD_REQUIRES environment variable
1 parent 51c1c2b commit 35d848f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ jobs:
100100
CIBW_SKIP: "pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-aarch64 *-armv7l"
101101
CIBW_BEFORE_ALL: ${{ matrix.before_all }}
102102
CIBW_ENVIRONMENT: ${{ matrix.environment }}
103-
CIBW_BUILD_REQUIRES: "cython>=0.29,<3.1"
104103
with:
105104
package-dir: packages/basemap
106105

0 commit comments

Comments
 (0)