Quote Python versions.

This commit is contained in:
Jannis Leidel 2020-11-26 09:41:44 +01:00 committed by GitHub
parent 98e7e24e3e
commit 146a96fca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8']
steps:
- uses: actions/checkout@v2
@ -28,9 +28,9 @@ jobs:
with:
path: ${{ steps.pip-cache.outputs.dir }}
key:
-${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.py') }}
${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.py') }}
restore-keys: |
-${{ matrix.python-version }}-v1-
${{ matrix.python-version }}-v1-
- name: Install dependencies
run: |