Commit 983e2bfe authored by Matt Wala's avatar Matt Wala
Browse files

[Conda CI build] Update Conda before proceeding to avoid ecl install bug...

[Conda CI build] Update Conda before proceeding to avoid ecl install bug (https://github.com/conda/conda/pull/4759)
parent 7e6f0367
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ bash "$MINICONDA_INSTALL_SH" -b -p "$MINICONDA_INSTALL_DIR"

# {{{ set up testing environment

PATH="$MINICONDA_INSTALL_DIR/bin/:$PATH" conda update --all --yes

PATH="$MINICONDA_INSTALL_DIR/bin:$PATH" conda env create --quiet --file "$CONDA_ENVIRONMENT" --name testing

source "$MINICONDA_INSTALL_DIR/bin/activate" testing