8000 Fix typo · EMAD115/setup-python@31d200e · GitHub
[go: up one dir, main page]

Skip to content

Commit 31d200e

Browse files
hugovkradarhere
andauthored
Fix typo
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 346e88b commit 31d200e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-16.04
3232
strategy:
3333
matrix:
34-
python: [ '2.x', '3.x', , 'pypy2', 'pypy3' ]
34+
python: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
3535
name: Python ${{ matrix.python }} sample
3636
steps:
3737
- uses: actions/checkout@master

0 commit comments

Comments
 (0)
0