Skip to content

Commit 1efd3d5

Browse files
authored
Merge pull request #201 from mattip/pypy2
add a pypy CI run
2 parents 854862f + 53f297d commit 1efd3d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- ubuntu-latest
2121
- macos-latest
2222
- windows-latest
23+
include:
24+
- platform: ubuntu-latest
25+
python: 'pypy3.9'
2326
runs-on: ${{ matrix.platform }}
2427
steps:
2528
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)