Skip to content

Commit 47fd818

Browse files
committed
update cibuild
1 parent 92f0508 commit 47fd818

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
5757
cd "{package}" &&
5858
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)"
5965
- os: windows-latest
6066
before_all: >-
6167
echo Starting BEFORE_ALL script &&

0 commit comments

Comments
 (0)