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