File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ jobs:
5151 os : [ubuntu-latest, windows-latest]
5252 include :
5353 - os : ubuntu-latest
54- before_all : >
54+ before_all : >-
5555 echo "Starting BEFORE_ALL script" &&
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)"
5959 - os : windows-latest
60- before_all : >
60+ before_all : >-
6161 echo Starting BEFORE_ALL script &&
6262 echo GEOS_DIR set to: %GEOS_DIR% &&
6363 cd "{package}" &&
8686 CIBW_BUILD : " cp39* cp310* cp311* cp312*"
8787 CIBW_SKIP : " pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-aarch64 *-armv7l"
8888 CIBW_BEFORE_ALL : ${{ matrix.before_all }}
89- CIBW_ENVIRONMENT : >
89+ CIBW_ENVIRONMENT : >-
9090 GEOS_VERSION="3.6.5"
9191 GEOS_DIR="$(pwd)/extern"
9292 PIP_PREFER_BINARY=1
You can’t perform that action at this time.
0 commit comments