Skip to content

Commit 1a83925

Browse files
committed
Bring back hyphen in YAML folded syntax
This ensures that no line break is appended at the end of the multiline string.
1 parent 6170ef0 commit 1a83925

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}" &&
@@ -86,7 +86,7 @@ jobs:
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

0 commit comments

Comments
 (0)