Skip to content

Commit 1bbd7b2

Browse files
Explicit micromamba init
1 parent 0031512 commit 1bbd7b2

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

.github/workflows/build-job.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,15 @@ jobs:
4747
sudo ln -s /opt/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers /usr/local/include/OpenGL
4848
4949
# --- Setup Environment ---
50-
- uses: mamba-org/setup-micromamba@v3
51-
with:
52-
# REMOVE: environment-file: environment.devenv.yml
53-
environment-name: placeholder
54-
# cache-environment: true
55-
# Create a minimal environment with mamba-devenv
56-
init-shell: bash
57-
create-args: >-
58-
python=3.12
59-
conda-devenv
60-
mamba
50+
51+
- name: install micromamba
52+
run: "${SHELL}" <(curl -L micro.mamba.pm/install.sh)
53+
54+
- name: install conda-devenv
55+
run: micromamba install mamba conda-devenv
56+
57+
- name: init shell
58+
run: micromamba shell init
6159

6260
- name: Prepare conda environment (mamba-devenv)
6361
shell: bash -l {0}

0 commit comments

Comments
 (0)