Skip to content

Commit 374efff

Browse files
committed
Fix CI by calling shell init
1 parent 5f82b2c commit 374efff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/buildpacks/conda/activate-conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# enable conda and activate the notebook environment
2-
export MAMBA_EXE="/tmp/bin/micromamba"
2+
/tmp/bin/micromamba shell init -s bash -p ${CONDA_DIR}
33
export MAMBA_ROOT_PREFIX="/srv/conda"
44
CONDA_PROFILE="${CONDA_DIR}/etc/profile.d/mamba.sh"
55
test -f $CONDA_PROFILE && . $CONDA_PROFILE

0 commit comments

Comments
 (0)