Skip to content

Commit 49a587d

Browse files
committed
devops: add PyPy bots
1 parent 8838e31 commit 49a587d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ jobs:
7474
- os: windows-latest
7575
python-version: '3.11'
7676
browser: chromium
77+
- os: macos-latest
78+
python-version: 'pypy3.8'
79+
browser: chromium
80+
- os: ubuntu-latest
81+
python-version: 'pypy3.8'
82+
browser: chromium
83+
- os: windows-latest
84+
python-version: 'pypy3.8'
85+
browser: chromium
7786
runs-on: ${{ matrix.os }}
7887
steps:
7988
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)