Skip to content

Commit f84397d

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

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/pytest-core-nompi.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -243,14 +243,14 @@ jobs:
243243
tag: ${{ matrix.name }}
244244
env: |
245245
CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}
246-
command: >
247-
pytest
248-
-v
249-
-k "${{ matrix.test-set }}"
250-
-m "not parallel"
251-
--cov
252-
--cov-config=.coveragerc
253-
--cov-report=xml
246+
command: |
247+
pytest \
248+
-v \
249+
-k "${{ matrix.test-set }}" \
250+
-m "not parallel" \
251+
--cov \
252+
--cov-config=.coveragerc \
253+
--cov-report=xml \
254254
tests/
255255
256256
- name: Cleanup docker image

0 commit comments

Comments
 (0)