Skip to content

Commit 6763623

Browse files
authored
fixing failing test
1 parent f048b35 commit 6763623

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: git fetch --prune --unshallow --tags
3030

3131
- name: Setup Micromamba
32-
uses: mamba-org/setup-micromamba@main
32+
uses: mamba-org/setup-micromamba@v2
3333
with:
3434
environment-file: installation/environment.yml
3535
cache-environment: false
@@ -42,7 +42,8 @@ jobs:
4242
init-shell: >-
4343
bash
4444
powershell
45-
45+
generate-run-shell: false
46+
post-cleanup: none
4647
- name: Conda info
4748
shell: bash -l {0}
4849
run: micromamba info

0 commit comments

Comments
 (0)