Skip to content

Commit

Permalink
disable pypy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Oct 26, 2024
1 parent 362f2dd commit 84abba3
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 @@ -32,6 +32,6 @@ jobs:
main-linux:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["pypy3", "py38", "py39", "py310", "py311"]'
env: '["py38", "py39", "py310", "py311"]'
os: ubuntu-latest
submodules: true

0 comments on commit 84abba3

Please sign in to comment.