fix pypy3

This commit is contained in:
Dmitry Shibanov 2023-05-25 16:32:16 +02:00
parent 684289b006
commit ec7d283627

View File

@ -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'