summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2023-02-06 19:40:28 +0200
committermattip <matti.picus@gmail.com>2023-02-06 20:22:41 +0200
commit53f297ddfd0086f0b954f4342bd4c7fa8a7554fa (patch)
tree322cf98cf1c1d0c0b025f31b74b4bd70c957ea70
parentca3195b2767a58ab02b169a0aa8c3da0b2ecf157 (diff)
downloadpython-setuptools-git-53f297ddfd0086f0b954f4342bd4c7fa8a7554fa.tar.gz
add a pypy CI run
-rw-r--r--.github/workflows/main.yml3
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