Skip to content

Commit eec4965

Browse files
committed
misc: GHA does not like YAML >
1 parent f84397d commit eec4965

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/tutorials.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ jobs:
139139
CI=true
140140
CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}
141141
PYTHONFAULTHANDLER=1
142-
command: >
143-
pytest
144-
-v
145-
--nbval
146-
-k 'not dask'
147-
-k 'not synthetics'
142+
command: |
143+
pytest \
144+
-v \
145+
--nbval \
146+
-k 'not dask' \
147+
-k 'not synthetics' \
148148
examples
149149
150150
- name: Failing notebooks

0 commit comments

Comments
 (0)