Skip to content

Commit

Permalink
Pin micromamba version
Browse files Browse the repository at this point in the history
  • Loading branch information
dnerini authored Sep 30, 2024
1 parent 86f2f4a commit 99e2473
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test_pysteps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
# need headless opencv on Linux, see https://github.com/conda-forge/opencv-feedstock/issues/401
- name: Install mamba and create environment for Linux
if: matrix.os == 'ubuntu-latest'
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v1.9.0
with:
# https://github.com/mamba-org/setup-micromamba/issues/225
micromamba-version: 1.5.10-0
micromamba-binary-path: /home/runner/micromamba-bin-versioned/micromamba
environment-file: ci/ci_test_env.yml
environment-name: test_environment
generate-run-shell: false
Expand All @@ -47,8 +50,11 @@ jobs:
- name: Install mamba and create environment (not Linux)
if: matrix.os != 'ubuntu-latest'
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v1.9.0
with:
# https://github.com/mamba-org/setup-micromamba/issues/225
micromamba-version: 1.5.10-0
micromamba-binary-path: /home/runner/micromamba-bin-versioned/micromamba
environment-file: ci/ci_test_env.yml
environment-name: test_environment
generate-run-shell: false
Expand Down

0 comments on commit 99e2473

Please sign in to comment.