Remove legacy PyPy input (#342)

This commit is contained in:
Dmitry Shibanov
2022-02-28 10:19:48 +03:00
committed by GitHub
parent 665cd78205
commit 0ebf233433
6 changed files with 11 additions and 146 deletions

View File

@ -91,23 +91,3 @@ jobs:
- name: Run simple code
run: python -c 'import math; print(math.factorial(5))'
setup-pypy-legacy:
name: Setup PyPy ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-10.15, windows-2019, ubuntu-18.04, ubuntu-20.04]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: setup-python pypy3
uses: ./
with:
python-version: 'pypy3'
- name: setup-python pypy2
uses: ./
with:
python-version: 'pypy2'

View File

@ -24,8 +24,8 @@ jobs:
with:
node-version: 16.x
- name: npm install
run: npm install
- name: npm ci
run: npm ci
- name: Lint
run: npm run format-check