Skip to content

Commit 1047712

Browse files
Make version refs strings instead of ints in test-source-dist
1 parent 07495e0 commit 1047712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-source-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest, macos-latest]
21-
python-version: [3.8]
21+
python-version: ["3.8"]
2222
runs-on: ${{ matrix.os }}
2323

2424
# The sequence of tasks that will be executed as part of this job:
@@ -52,7 +52,7 @@ jobs:
5252
uses: conda-incubator/setup-miniconda@v2
5353
with:
5454
auto-update-conda: true
55-
miniconda-version: 'latest'
55+
miniconda-version: "latest"
5656
activate-environment: cf-latest
5757
python-version: ${{ matrix.python-version }}
5858
channels: ncas, conda-forge

0 commit comments

Comments
 (0)