Skip to content

Commit 53f297d

Browse files
committed
add a pypy CI run
1 parent ca3195b commit 53f297d

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)