Skip to content

Commit

Permalink
Fix pypy run
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Aug 15, 2022
1 parent 4c07b75 commit 0175038
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 @@ -23,7 +23,7 @@ jobs:
pyv: ['3.8', '3.9', '3.10']
include:
- os: ubuntu-latest
pyv: 'pypy-3.8'
pyv: 'pypy3.8'
- os: ubuntu-latest
pyv: '3.11-dev'
nox_session: 'tests-3.11'
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
locations = "src", "tests"


@nox.session(python=["3.8", "3.9", "3.10", "3.11", "pypy-3.8", "pypy-3.9"])
@nox.session(python=["3.8", "3.9", "3.10", "3.11", "pypy3.8", "pypy3.9"])
def tests(session: nox.Session) -> None:
session.install(".[tests]")
session.run(
Expand Down

0 comments on commit 0175038

Please sign in to comment.