Skip to content

Commit d7ba22e

Browse files
committed
Removed wrong comment in github workflow
1 parent 26a436b commit d7ba22e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
python-version: ['3.10', 3.11, 3.12, 3.13, 3.14]
11-
11+
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
@@ -53,6 +53,6 @@ jobs:
5353
5454
- uses: codecov/codecov-action@v4
5555
with:
56-
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
56+
token: ${{ secrets.CODECOV_TOKEN }}
5757
if: success() && matrix.python-version == 3.14
5858

0 commit comments

Comments
 (0)