From f432f1147f26aa5efaa28997a42150df886cd1eb Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sat, 13 Nov 2021 06:11:42 -0800 Subject: [PATCH] Quote Python versions in CI config --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4761de3a..dacbe1ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}