From 1efe64087921a9f953f3313ff9eac15b3a054efc Mon Sep 17 00:00:00 2001 From: nialov Date: Wed, 2 Feb 2022 16:54:33 +0200 Subject: [PATCH] ci(conda): fix python version spec --- .github/workflows/conda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 251adb82..6540da45 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -11,11 +11,11 @@ on: - cron: "41 7 * * 5" jobs: conda-environment-install: - name: Linux + name: Conda Install & Test strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9, 3.10] + python-version: ["3.7", "3.8", "3.9", "3.10"] platform: ["ubuntu-latest", "macos-latest", "windows-latest"] runs-on: ${{ matrix.platform }}