We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6fcee commit 346e88bCopy full SHA for 346e88b
1 file changed
README.md
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-16.04
32
strategy:
33
matrix:
34
- python: [ '2.x', '3.x', 'pypy3' ]
+ python: [ '2.x', '3.x', , 'pypy2', 'pypy3' ]
35
name: Python ${{ matrix.python }} sample
36
steps:
37
- uses: actions/checkout@master
0 commit comments