Skip to content

Commit f78a4b7

Browse files
committed
Move GEOS_VERSION definition to cibuildwheel GNU/Linux environment
1 parent 1af79b5 commit f78a4b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
name: Build
2-
env:
3-
GEOS_VERSION: "3.6.5"
42

53
on:
64
push:
@@ -58,6 +56,7 @@ jobs:
5856
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
5957
# LD_LIBRARY_PATH in environment is needed by auditwheel.
6058
environment: >-
59+
GEOS_VERSION="3.6.5"
6160
GEOS_DIR="/project/packages/basemap/extern"
6261
LD_LIBRARY_PATH="/project/packages/basemap/extern/lib"
6362
PIP_PREFER_BINARY=1

0 commit comments

Comments
 (0)