Skip to content

Commit eef0b92

Browse files
committed
fixed ci.yml formatting
1 parent e5bd9ae commit eef0b92

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
flag-name: run-python-${{ matrix.python-version }}
5151
parallel: true
5252

53-
finish:
54-
needs: test
55-
runs-on: ubuntu-latest
56-
57-
steps:
58-
- name: Finalize coverage report
59-
uses: coverallsapp/github-action@v2
60-
with:
61-
parallel-finished: true
62-
carryforward: "run-python-3.8,run-python-3.9,run-python-3.10,run-python-3.11,run-python-3.12,run-python-3.13,run-python-3.14"
53+
finish:
54+
needs: test
55+
runs-on: ubuntu-latest
56+
57+
steps:
58+
- name: Finalize coverage report
59+
uses: coverallsapp/github-action@v2
60+
with:
61+
parallel-finished: true
62+
carryforward: "run-python-3.8,run-python-3.9,run-python-3.10,run-python-3.11,run-python-3.12,run-python-3.13,run-python-3.14"
6363

0 commit comments

Comments
 (0)