Skip to content

Commit

Permalink
Quote Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Nov 26, 2020
1 parent 98e7e24 commit 146a96f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 146a96f

Please sign in to comment.