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.
2 parents fc8c4ed + b343008 commit 6b6d6feCopy full SHA for 6b6d6fe
.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ jobs:
37
python-version: ['3.8', '3.9', '3.10']
38
steps:
39
- uses: actions/checkout@v4
40
- - uses: conda-incubator/setup-miniconda@v2
+ - uses: conda-incubator/setup-miniconda@v3
41
with:
42
channels: conda-forge,nodefaults
43
channel-priority: strict
.github/workflows/upstream-dev-ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
python-version: ['3.10']
19
20
21
22
id: conda
23
24
0 commit comments