diff --git a/setup/conda/setup b/setup/conda/setup index eb5e9ba9..10215554 100755 --- a/setup/conda/setup +++ b/setup/conda/setup @@ -22,8 +22,11 @@ set -x if [ ! -e "$CASA_SRC" ]; then mkdir --parents "$CASA_SRC" + # Temporarily force "conda" branches of some projects git -C "$CASA_SRC" clone --branch conda https://github.com/brainvisa/casa-distro git -C "$CASA_SRC" clone --branch conda https://github.com/brainvisa/brainvisa-cmake + # The following line will be removed when conda branch is merged in master + git -C "$CASA_SRC" clone --branch conda https://github.com/brainvisa/axon fi if [ ! -e "$CASA/conf" ]; then