File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments