Skip to content

Commit

Permalink
Fix github action for pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarl committed Oct 20, 2021
1 parent 8365d5e commit a3f0b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
needs: [lint, typing]
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9, "pypy3"]
python: [3.6, 3.7, 3.8, 3.9, "pypy3-3.6"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a3f0b2b

Please sign in to comment.