Skip to content

Commit 85b3504

Browse files
committed
fix indent
1 parent 6423cbf commit 85b3504

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/upstream-dev-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
id: status
6767
run: |
6868
python -m pytest -rf
69-
--report-log output-${{ matrix.python-version }}-log.jsonl
70-
--cov=mplotutils
71-
--cov-report=xml
69+
--report-log output-${{ matrix.python-version }}-log.jsonl
70+
--cov=mplotutils
71+
--cov-report=xml
7272
7373
- name: Upload code coverage to Codecov
7474
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)