Skip to content

Commit

Permalink
Explicitly specific the micromamba version
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Sep 26, 2024
1 parent 95eb092 commit 23b0764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_with_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Install Conda environment from environment_unix.yml
uses: mamba-org/[email protected]
with:
micromamba-version: '2.0.0-0'
environment-file: environment_unix.yml
init-shell: >-
bash
Expand Down Expand Up @@ -118,6 +119,7 @@ jobs:
- name: Install Conda environment from environment_unix.yml
uses: mamba-org/[email protected]
with:
micromamba-version: '2.0.0-0'
environment-file: environment_unix.yml
environment-name: arcticdb
init-shell: >-
Expand Down

0 comments on commit 23b0764

Please sign in to comment.