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 f048b35 commit 6763623Copy full SHA for 6763623
1 file changed
.github/workflows/test.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: git fetch --prune --unshallow --tags
30
31
- name: Setup Micromamba
32
- uses: mamba-org/setup-micromamba@main
+ uses: mamba-org/setup-micromamba@v2
33
with:
34
environment-file: installation/environment.yml
35
cache-environment: false
@@ -42,7 +42,8 @@ jobs:
42
init-shell: >-
43
bash
44
powershell
45
-
+ generate-run-shell: false
46
+ post-cleanup: none
47
- name: Conda info
48
shell: bash -l {0}
49
run: micromamba info
0 commit comments