Skip to content

Commit

Permalink
add pypy to regular testing workflow without C-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed May 19, 2024
1 parent a2eb29d commit 95a8492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
# doesn't work with CPython 3.9
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', 'pypy-3.9']

steps:
- uses: actions/checkout@v4
Expand All @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
# Excluding Cython to test the pure Python version.
python -m pip install setuptools wheel
python -m pip install "setuptools>69.0.0" wheel
- name: Install without C-extensions
run: |
python -m pip install --no-build-isolation .
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/testpypy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Test pypy without C-extensions

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 95a8492

Please sign in to comment.