Skip to content

Commit

Permalink
Update GHA to match tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Nov 20, 2022
1 parent de0f7fe commit b1f536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: "Report to coveralls"
# coverage is only created in the py39 environment
if: "matrix.python-version == '3.9'"
if: "matrix.python-version == '3.11'"
run: |
pip install coveralls
coveralls --service=github
Expand Down

0 comments on commit b1f536e

Please sign in to comment.