mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 00:53:46 +00:00
test
This commit is contained in:
parent
63259a14e3
commit
65839cc499
3 changed files with 3 additions and 5 deletions
6
.github/workflows/test-pypy.yml
vendored
6
.github/workflows/test-pypy.yml
vendored
|
@ -18,13 +18,9 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04]
|
||||
os: [windows-latest, ubuntu-20.04]
|
||||
pypy:
|
||||
- 'pypy-2.7'
|
||||
- 'pypy-3.6'
|
||||
- 'pypy-3.7'
|
||||
- 'pypy-3.6-v7.3.3rc1'
|
||||
- 'pypy-3.7-nightly'
|
||||
- 'pypy-2.7-v7.3.4rc1'
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue