We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23a0698 + 70466c9 commit 13a7c93Copy full SHA for 13a7c93
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
access_token: ${{ github.token }}
33
- uses: actions/checkout@v3
34
- - uses: mamba-org/setup-micromamba@v1
+ - uses: mamba-org/setup-micromamba@v2
35
36
channels: conda-forge
37
environment-file: ci/environment.yml
@@ -119,7 +119,7 @@ jobs:
119
120
121
# - uses: conda-incubator/setup-miniconda@v3
122
123
124
125
# channel-priority: strict
0 commit comments