Skip to content

Commit 99e2473

Browse files
authored
Pin micromamba version
1 parent 86f2f4a commit 99e2473

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/test_pysteps.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ jobs:
3636
# need headless opencv on Linux, see https://github.com/conda-forge/opencv-feedstock/issues/401
3737
- name: Install mamba and create environment for Linux
3838
if: matrix.os == 'ubuntu-latest'
39-
uses: mamba-org/setup-micromamba@v1
39+
uses: mamba-org/setup-micromamba@v1.9.0
4040
with:
41+
# https://github.com/mamba-org/setup-micromamba/issues/225
42+
micromamba-version: 1.5.10-0
43+
micromamba-binary-path: /home/runner/micromamba-bin-versioned/micromamba
4144
environment-file: ci/ci_test_env.yml
4245
environment-name: test_environment
4346
generate-run-shell: false
@@ -47,8 +50,11 @@ jobs:
4750
4851
- name: Install mamba and create environment (not Linux)
4952
if: matrix.os != 'ubuntu-latest'
50-
uses: mamba-org/setup-micromamba@v1
53+
uses: mamba-org/setup-micromamba@v1.9.0
5154
with:
55+
# https://github.com/mamba-org/setup-micromamba/issues/225
56+
micromamba-version: 1.5.10-0
57+
micromamba-binary-path: /home/runner/micromamba-bin-versioned/micromamba
5258
environment-file: ci/ci_test_env.yml
5359
environment-name: test_environment
5460
generate-run-shell: false

0 commit comments

Comments
 (0)