Skip to content

Commit

Permalink
Fix PyPy build
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 15, 2023
1 parent 132d1eb commit 3accdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- { VERSION: "3.10", TOXENV: "py310",ALLOW_FAILURE: false }
- { VERSION: "3.11", TOXENV: "py311,pep8,pre-commit", ALLOW_FAILURE: false }
- { VERSION: "3.12", TOXENV: "py312",ALLOW_FAILURE: false }
- { VERSION: "pypy3", TOXENV: "pypy", ALLOW_FAILURE: false }
- { VERSION: "pypy3.10", TOXENV: "pypy", ALLOW_FAILURE: false }

steps:
- name: Check out the repository
Expand Down

0 comments on commit 3accdda

Please sign in to comment.