Skip to content

Commit 27d9880

Browse files
revert micromamba version
1 parent 2fda9b8 commit 27d9880

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ jobs:
2727
with:
2828
fetch-depth: 1
2929

30-
- uses: mamba-org/setup-micromamba@v2
30+
- uses: mamba-org/setup-micromamba@v1
3131
with:
32-
micromamba-version: '2.0.5-0' # any version from https://github.com/mamba-org/micromamba-releases
32+
# Using the newest version of micromamba
33+
# causes a weird bug in the manifest generation
34+
micromamba-version: '1.5.6-0' # any version from https://github.com/mamba-org/micromamba-releases
3335
environment-name: 'ilastik-tasks'
3436
create-args: >-
3537
--override-channels

0 commit comments

Comments
 (0)