diff options
| author | mattip <matti.picus@gmail.com> | 2023-02-06 19:40:28 +0200 |
|---|---|---|
| committer | mattip <matti.picus@gmail.com> | 2023-02-06 20:22:41 +0200 |
| commit | 53f297ddfd0086f0b954f4342bd4c7fa8a7554fa (patch) | |
| tree | 322cf98cf1c1d0c0b025f31b74b4bd70c957ea70 | |
| parent | ca3195b2767a58ab02b169a0aa8c3da0b2ecf157 (diff) | |
| download | python-setuptools-git-53f297ddfd0086f0b954f4342bd4c7fa8a7554fa.tar.gz | |
add a pypy CI run
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3db721c..60801ace 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 |
