You've already forked setup-python
mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 14:43:14 +07:00
Update README.md
This commit is contained in:
@ -34,7 +34,7 @@ jobs:
|
|||||||
python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
|
python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
|
||||||
name: Python ${{ matrix.python-version }} sample
|
name: Python ${{ matrix.python-version }} sample
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v1
|
||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user