1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 16:46:43 +00:00

Show pypy2 (not pypy) in example

This commit is contained in:
Hugo van Kemenade 2019-09-15 13:46:49 +03:00 committed by GitHub
parent 6f6fcee330
commit 346e88b930
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-16.04
strategy:
matrix:
python: [ '2.x', '3.x', 'pypy3' ]
python: [ '2.x', '3.x', , 'pypy2', 'pypy3' ]
name: Python ${{ matrix.python }} sample
steps:
- uses: actions/checkout@master