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 }}