Skip to content

Commit 6170ef0

Browse files
committed
Make before_all block use YAML folded style
1 parent bed3d4d commit 6170ef0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 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: |
55-
echo "Starting BEFORE_ALL script"
56-
echo "GEOS_DIR set to: ${GEOS_DIR}"
57-
cd "{package}"
54+
before_all: >
55+
echo "Starting BEFORE_ALL script" &&
56+
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
57+
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}" &&

0 commit comments

Comments
 (0)