Skip to content

Commit f211df2

Browse files
authored
Pin micromamba version
1 parent 99e2473 commit f211df2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test_pysteps.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ 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.9.0
39+
uses: mamba-org/setup-micromamba@v1
4040
with:
4141
# https://github.com/mamba-org/setup-micromamba/issues/225
4242
micromamba-version: 1.5.10-0
43-
micromamba-binary-path: /home/runner/micromamba-bin-versioned/micromamba
4443
environment-file: ci/ci_test_env.yml
4544
environment-name: test_environment
4645
generate-run-shell: false
@@ -50,11 +49,10 @@ jobs:
5049
5150
- name: Install mamba and create environment (not Linux)
5251
if: matrix.os != 'ubuntu-latest'
53-
uses: mamba-org/setup-micromamba@v1.9.0
52+
uses: mamba-org/setup-micromamba@v1
5453
with:
5554
# https://github.com/mamba-org/setup-micromamba/issues/225
5655
micromamba-version: 1.5.10-0
57-
micromamba-binary-path: /home/runner/micromamba-bin-versioned/micromamba
5856
environment-file: ci/ci_test_env.yml
5957
environment-name: test_environment
6058
generate-run-shell: false

0 commit comments

Comments
 (0)