Skip to content

Commit

Permalink
ci: Updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MSAdministrator committed Aug 30, 2022
1 parent c4cc375 commit dadbff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.8"

- name: Upgrade pip
run: |
Expand Down
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"safety",
# "mypy",
"tests",
"typeguard",
# "typeguard",
"xdoctest",
"docs-build",
)
Expand Down Expand Up @@ -165,7 +165,7 @@ def tests(session: Session) -> None:
session.notify("coverage", posargs=[])


@session(python=python_versions[1])
@session(python=python_versions)
def coverage(session: Session) -> None:
"""Produce the coverage report."""
args = session.posargs or ["report"]
Expand Down

0 comments on commit dadbff7

Please sign in to comment.