Skip to content

Commit

Permalink
devops: add PyPy bots
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 14, 2023
1 parent 8838e31 commit 49a587d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ jobs:
- os: windows-latest
python-version: '3.11'
browser: chromium
- os: macos-latest
python-version: 'pypy3.8'
browser: chromium
- os: ubuntu-latest
python-version: 'pypy3.8'
browser: chromium
- os: windows-latest
python-version: 'pypy3.8'
browser: chromium
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 49a587d

Please sign in to comment.