Skip to content

Commit

Permalink
Fix version of python constraint for coverage upload
Browse files Browse the repository at this point in the history
This was forgotten in both eb1f064 and 3aba6a9.
  • Loading branch information
pgiraud committed Nov 19, 2024
1 parent 3aba6a9 commit a27a9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
tox -v -e tests-ci
- name: Upload coverage to Codecov
if: ${{ matrix.python-version == '3.12' }}
if: ${{ matrix.python-version == '3.13' }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a27a9ef

Please sign in to comment.