We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3437f commit 1af79b5Copy full SHA for 1af79b5
.github/workflows/build.yml
@@ -53,10 +53,9 @@ jobs:
53
- os: ubuntu-latest
54
before_all: |
55
echo "Starting BEFORE_ALL script"
56
+ echo "GEOS_DIR set to: ${GEOS_DIR}"
57
cd "{package}"
- export GEOS_DIR="$(pwd)/extern"
58
- echo "GEOS_DIR set to: $GEOS_DIR"
59
- python -c "import sys; sys.path.append('utils'); from GeosLibrary import GeosLibrary; GeosLibrary('3.6.5', root='extern').build('extern', njobs=16)"
+ python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
60
# LD_LIBRARY_PATH in environment is needed by auditwheel.
61
environment: >-
62
GEOS_DIR="/project/packages/basemap/extern"
0 commit comments