Skip to content

Commit 3b3f795

Browse files
committed
Add backslashes
1 parent 309c8f1 commit 3b3f795

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
run: pdm install --group test --frozen-lockfile
4545
- name: Run unit and doc tests with coverage report
4646
run: |
47-
pdm run pytest tests/unit tests/doc
48-
--ignore tests/unit/aggregation/test_cagrad.py
49-
--ignore tests/unit/aggregation/test_nash_mtl.py
50-
--ignore tests/doc/test_aggregation.py
47+
pdm run pytest tests/unit tests/doc \
48+
--ignore tests/unit/aggregation/test_cagrad.py \
49+
--ignore tests/unit/aggregation/test_nash_mtl.py \
50+
--ignore tests/doc/test_aggregation.py \
5151
--cov=src --cov-report=xml
5252
- name: Upload results to Codecov
5353
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)