mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-09 04:42:20 +02:00
Fix typo
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
346e88b930
commit
31d200eb44
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python: [ '2.x', '3.x', , 'pypy2', 'pypy3' ]
|
python: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
|
||||||
name: Python ${{ matrix.python }} sample
|
name: Python ${{ matrix.python }} sample
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue