Skip to content
Snippets Groups Projects
Commit 403eb960 authored by Patrick Louis S Connor's avatar Patrick Louis S Connor
Browse files

Merge branch 'bugfix/CI' into 'master'

set up micromamba by hand rather than sourcing bashrc (fix CI)

See merge request !51
parents 10f760d6 429cd0a2
No related branches found
No related tags found
1 merge request!51set up micromamba by hand rather than sourcing bashrc (fix CI)
Pipeline #10061281 passed
......@@ -28,7 +28,10 @@ micromamba:
stage: build
script:
- sh <(curl -L micro.mamba.pm/install.sh)
- source ~/.bashrc
- export MAMBA_EXE='/root/.local/bin/micromamba'
- export MAMBA_ROOT_PREFIX='/root/micromamba'
- __mamba_setup="$("$MAMBA_EXE" shell hook --shell bash --root-prefix "$MAMBA_ROOT_PREFIX" 2> /dev/null)"
- eval "$__mamba_setup"
- micromamba --version
- micromamba create -f prerequisites.yml -y -v
- micromamba activate DAS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment