We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07495e0 commit 1047712Copy full SHA for 1047712
.github/workflows/test-source-dist.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: [ubuntu-latest, macos-latest]
21
- python-version: [3.8]
+ python-version: ["3.8"]
22
runs-on: ${{ matrix.os }}
23
24
# The sequence of tasks that will be executed as part of this job:
@@ -52,7 +52,7 @@ jobs:
52
uses: conda-incubator/setup-miniconda@v2
53
with:
54
auto-update-conda: true
55
- miniconda-version: 'latest'
+ miniconda-version: "latest"
56
activate-environment: cf-latest
57
python-version: ${{ matrix.python-version }}
58
channels: ncas, conda-forge
0 commit comments