mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 11:13:29 +00:00
fix pypy3
This commit is contained in:
parent
684289b006
commit
ec7d283627
7
.github/workflows/test-python.yml
vendored
7
.github/workflows/test-python.yml
vendored
@ -105,9 +105,4 @@ jobs:
|
||||
- name: setup-python pypy3
|
||||
uses: ./
|
||||
with:
|
||||
python-version: 'pypy3'
|
||||
|
||||
- name: setup-python pypy2
|
||||
uses: ./
|
||||
with:
|
||||
python-version: 'pypy2'
|
||||
python-version: 'pypy-3.8'
|
||||
|
Loading…
Reference in New Issue
Block a user