Skip to content

Commit

Permalink
Merge pull request #201 from mattip/pypy2
Browse files Browse the repository at this point in the history
add a pypy CI run
  • Loading branch information
jaraco committed Feb 6, 2023
2 parents 854862f + 53f297d commit 1efd3d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
include:
- platform: ubuntu-latest
python: 'pypy3.9'
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1efd3d5

Please sign in to comment.