mirror of https://github.com/snachodog/mybuddy.git
Quote Python versions in CI config
This commit is contained in:
parent
09714f5810
commit
f432f1147f
|
@ -13,9 +13,8 @@ jobs:
|
|||
DJANGO_SETTINGS_MODULE: babybuddy.settings.ci
|
||||
PIPENV_VENV_IN_PROJECT: enabled
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [ 3.6, 3.7, 3.8, 3.9, 3.10 ]
|
||||
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
Loading…
Reference in New Issue