Skip to content

Commit

Permalink
Revert PyPy to 3.8 in CI, to save time without without NumPy wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Nov 6, 2022
1 parent 72c0161 commit 5a3950c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- runs-on: ubuntu-latest
python: 'pypy-3.8'
arch: x64
name-extra: ' (with Praat tests)'
- runs-on: ubuntu-latest
python: 'pypy-3.9'
arch: x64
Expand Down Expand Up @@ -75,7 +76,7 @@ jobs:
release: true
name-extra: ' (Release)'
- runs-on: macos-latest
python: 'pypy-3.9'
python: 'pypy-3.8'
arch: x64
- runs-on: macos-10.15
python: '3.10'
Expand Down Expand Up @@ -103,7 +104,7 @@ jobs:
release: true
name-extra: ' (Release)'
- runs-on: windows-latest
python: 'pypy-3.9'
python: 'pypy-3.8'
arch: x64

name: Python ${{ matrix.python }}${{ matrix.name-extra }} • ${{ matrix.runs-on }}
Expand Down

0 comments on commit 5a3950c

Please sign in to comment.