We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c58c3f + 1c00905 commit 4756705Copy full SHA for 4756705
1 file changed
.github/workflows/ci.yml
@@ -123,7 +123,7 @@ jobs:
123
124
- name: mamba setup
125
if: matrix.install-method == 'mamba' && contains(github.event.pull_request.labels.*.name, 'documentation-only') == false
126
- uses: mamba-org/setup-micromamba@v2
+ uses: mamba-org/setup-micromamba@v3
127
with:
128
environment-file: environment.yml
129
cache-downloads: true
0 commit comments