From 104771233c7cd78abe8fb01c3257c104bb30708f Mon Sep 17 00:00:00 2001 From: "Sadie L. Bartholomew" Date: Tue, 24 Oct 2023 01:04:10 +0100 Subject: [PATCH] Make version refs strings instead of ints in test-source-dist --- .github/workflows/test-source-dist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-source-dist.yml b/.github/workflows/test-source-dist.yml index 630dea6385..ae18686721 100644 --- a/.github/workflows/test-source-dist.yml +++ b/.github/workflows/test-source-dist.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: [3.8] + python-version: ["3.8"] runs-on: ${{ matrix.os }} # The sequence of tasks that will be executed as part of this job: @@ -52,7 +52,7 @@ jobs: uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: true - miniconda-version: 'latest' + miniconda-version: "latest" activate-environment: cf-latest python-version: ${{ matrix.python-version }} channels: ncas, conda-forge