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 514917f commit 281ed1bCopy full SHA for 281ed1b
.github/workflows/build_docs.yml
@@ -33,7 +33,7 @@
33
fetch-depth: 0 # Fetch all history for all branches and tags.
34
35
- name: Setup micromamba
36
- uses: mamba-org/setup-micromamba@v1
+ uses: mamba-org/setup-micromamba@v2
37
with:
38
environment-file: ${{ matrix.environment-file }}
39
micromamba-version: 'latest'
.github/workflows/unittests.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
micromamba-version: "latest"
0 commit comments