Skip to content

Commit

Permalink
Don't install coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Apr 16, 2024
1 parent 2d0e144 commit 0b184e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install -U coveralls coverage[toml] nox
python -m pip install -U nox
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import nox

ALL_PYTHON_VS = ["3.8", "3.9", "3.10"]
ALL_PYTHON_VS = ["3.9", "3.10", "3.11"]


@nox.session(python=ALL_PYTHON_VS)
Expand Down

0 comments on commit 0b184e7

Please sign in to comment.