Skip to content

Commit

Permalink
Use correct python version in coverage session
Browse files Browse the repository at this point in the history
  • Loading branch information
paw-lu committed Nov 27, 2022
1 parent 540c0f3 commit b026f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
architecture: x64
- run: pip install nox==2022.11.21
- run: pip install poetry==1.2.2
- run: nox --force-color --sessions tests-3.8 coverage
- run: nox --force-color --sessions tests-3.10 coverage
- if: always()
uses: codecov/codecov-action@v1

0 comments on commit b026f6b

Please sign in to comment.