We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e8b0a commit 89bbcd1Copy full SHA for 89bbcd1
.github/workflows/build.yml
@@ -62,10 +62,10 @@ jobs:
62
PIP_PREFER_BINARY=1
63
PYTHONUNBUFFERED=1
64
- os: windows-latest
65
- before_all: >-
66
- echo Starting BEFORE_ALL script
67
- echo GEOS_DIR set to: %GEOS_DIR%
68
- cd "{package}"
+ before_all: |
+ echo Starting BEFORE_ALL script &&
+ echo GEOS_DIR set to: %GEOS_DIR% &&
+ cd "{package}" &&
69
python -c 'import utils; utils.GeosLibrary(%GEOS_VERSION%).build(%GEOS_DIR%, njobs=2)'
70
environment: >-
71
GEOS_VERSION="3.6.5"
0 commit comments