Commit e1cfae54 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Revert "conda env create -> conda create (https://github.com/conda/conda/issues/3859)"

This reverts commit 674853cc.
parent 5756ba4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ PATH="$MINICONDA_INSTALL_DIR/bin/:$PATH" conda update conda --yes --quiet

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

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

source "$MINICONDA_INSTALL_DIR/bin/activate" testing