From 53f297ddfd0086f0b954f4342bd4c7fa8a7554fa Mon Sep 17 00:00:00 2001 From: mattip Date: Mon, 6 Feb 2023 19:40:28 +0200 Subject: [PATCH] add a pypy CI run --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3db721c64..60801acecd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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