Fix long string blocking version of python on github actions setup

This commit is contained in:
Pablo 2021-06-21 17:27:35 -05:00 committed by GitHub
parent 69e8edef19
commit 558eef78b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions # This is a basic workflow to help you get started with Actions
name: ActionsSetupPython name: Setup
# Controls when the action will run. # Controls when the action will run.
on: on:
@ -21,7 +21,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: [ '3.6','3.7','3.8','3.9', 'pypy-3.6', 'pypy-3.7' ] #'pypy-3.8', 'pypy-3.9' NOT SUPPORTED NOW python-version: [ '3.6','3.7','3.8','3.9', 'pypy-3.6', 'pypy-3.7' ] #'pypy-3.8', 'pypy-3.9' NOT SUPPORTED NOW
name: Python ${{ matrix.python-version }} setup and tests name: ${{ matrix.python-version }} and tests
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Setup python - name: Setup python