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 2fda9b8 commit 27d9880Copy full SHA for 27d9880
.github/workflows/build_and_test.yml
@@ -27,9 +27,11 @@ jobs:
27
with:
28
fetch-depth: 1
29
30
- - uses: mamba-org/setup-micromamba@v2
+ - uses: mamba-org/setup-micromamba@v1
31
32
- micromamba-version: '2.0.5-0' # any version from https://github.com/mamba-org/micromamba-releases
+ # 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
35
environment-name: 'ilastik-tasks'
36
create-args: >-
37
--override-channels
0 commit comments