Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuethe authored Oct 26, 2023
1 parent 5f0bc08 commit fe46108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest
name: Test python API
env:
PYTHON: '3.10'
PYTHON: '3.11'
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.10
python-version: '3.11.0'
- name: Generate coverage report
run: |
pip install pytest
Expand Down

0 comments on commit fe46108

Please sign in to comment.