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 92f0508 commit 47fd818Copy full SHA for 47fd818
.github/workflows/build.yml
@@ -56,6 +56,12 @@ jobs:
56
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
57
cd "{package}" &&
58
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
59
+ - os: macos-latest
60
+ before_all: >-
61
+ echo "Starting BEFORE_ALL script" &&
62
+ echo "GEOS_DIR set to: ${GEOS_DIR}" &&
63
+ cd "{package}" &&
64
+ python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
65
- os: windows-latest
66
before_all: >-
67
echo Starting BEFORE_ALL script &&
0 commit comments