Skip to content

Commit

Permalink
Use py3.11 for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
swheaton authored Mar 18, 2024
1 parent 1a68b7b commit 1a7d7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
--ignore tests/intensive/ \
--ignore tests/no_wrapper
- name: Upload
if: ${{ !startsWith(matrix.os, 'windows') && matrix.python == '3.9' }}
if: ${{ !startsWith(matrix.os, 'windows') && matrix.python == '3.11' }}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 1a7d7fb

Please sign in to comment.