Skip to content

Commit

Permalink
Update code-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masaccio authored Nov 3, 2024
1 parent ce19b48 commit d3d1012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
PYTHON: '3.10'
PYTHON: '3.12'
steps:
- uses: actions/checkout@master
- name: Setup Python
Expand All @@ -27,4 +27,4 @@ jobs:
files: ./coverage.xml
flags: unittests
name: codecov-umbrella
verbose: true
verbose: true

0 comments on commit d3d1012

Please sign in to comment.