Skip to content

Commit

Permalink
add a pypy CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Feb 6, 2023
1 parent ca3195b commit 53f297d
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 53f297d

Please sign in to comment.