Skip to content

Commit

Permalink
Make version refs strings instead of ints in test-source-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Oct 24, 2023
1 parent 07495e0 commit 1047712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-source-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1047712

Please sign in to comment.