File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ jobs:
51
51
os : [ubuntu-latest, windows-latest]
52
52
include :
53
53
- os : ubuntu-latest
54
- before_all : >
54
+ before_all : >-
55
55
echo "Starting BEFORE_ALL script" &&
56
56
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
57
57
cd "{package}" &&
58
58
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
59
59
- os : windows-latest
60
- before_all : >
60
+ before_all : >-
61
61
echo Starting BEFORE_ALL script &&
62
62
echo GEOS_DIR set to: %GEOS_DIR% &&
63
63
cd "{package}" &&
86
86
CIBW_BUILD : " cp39* cp310* cp311* cp312*"
87
87
CIBW_SKIP : " pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-aarch64 *-armv7l"
88
88
CIBW_BEFORE_ALL : ${{ matrix.before_all }}
89
- CIBW_ENVIRONMENT : >
89
+ CIBW_ENVIRONMENT : >-
90
90
GEOS_VERSION="3.6.5"
91
91
GEOS_DIR="$(pwd)/extern"
92
92
PIP_PREFER_BINARY=1
You can’t perform that action at this time.
0 commit comments