mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
fix pypy3
This commit is contained in:
parent
684289b006
commit
ec7d283627
1 changed files with 1 additions and 6 deletions
7
.github/workflows/test-python.yml
vendored
7
.github/workflows/test-python.yml
vendored
|
@ -105,9 +105,4 @@ jobs:
|
||||||
- name: setup-python pypy3
|
- name: setup-python pypy3
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
python-version: 'pypy3'
|
python-version: 'pypy-3.8'
|
||||||
|
|
||||||
- name: setup-python pypy2
|
|
||||||
uses: ./
|
|
||||||
with:
|
|
||||||
python-version: 'pypy2'
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue