mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Quote Python versions.
This commit is contained in:
parent
98e7e24e3e
commit
146a96fca0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 5
|
max-parallel: 5
|
||||||
matrix:
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
@ -28,9 +28,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.pip-cache.outputs.dir }}
|
path: ${{ steps.pip-cache.outputs.dir }}
|
||||||
key:
|
key:
|
||||||
-${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.py') }}
|
${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.py') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
-${{ matrix.python-version }}-v1-
|
${{ matrix.python-version }}-v1-
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue