Fix CI by calling shell init

pull/1062/head
Sylvain Corlay 2021-12-05 19:21:14 +01:00
rodzic 5f82b2c8b0
commit 374efff3dc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
# enable conda and activate the notebook environment
export MAMBA_EXE="/tmp/bin/micromamba"
/tmp/bin/micromamba shell init -s bash -p ${CONDA_DIR}
export MAMBA_ROOT_PREFIX="/srv/conda"
CONDA_PROFILE="${CONDA_DIR}/etc/profile.d/mamba.sh"
test -f $CONDA_PROFILE && . $CONDA_PROFILE