Skip to content

Commit

Permalink
code coverage: use python 3.11 (debian 12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Sep 16, 2024
1 parent 95da52b commit 4365d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
env:
GEONATURE_CONFIG_FILE: config/test_config.toml
- name: Upload coverage to Codecov
if: ${{ matrix.debian-version == '11' }}
if: ${{ matrix.debian-version == '12' }}
uses: codecov/[email protected]
with:
flags: pytest
Expand Down

0 comments on commit 4365d25

Please sign in to comment.