This commit is contained in:
richard 2021-06-28 14:06:42 +01:00
parent 89335a416d
commit fa58caa26d

View file

@ -19,7 +19,7 @@ jobs:
# You can use PyPy versions in python-version. # You can use PyPy versions in python-version.
# For example, pypy2 and pypy3 # For example, pypy2 and pypy3
matrix: matrix:
python-version: [ 3.6, 3.7, 3.8, 3.9, pypy3.6, pypy3.7 ] python-version: [ 3.6, 3.7, 3.8, 3.9, pypy-3.6, pypy-3.7 ]
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - uses: actions/checkout@v2