Loading build-and-test-py-project-within-miniconda.sh +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ 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 update --all --yes --quiet PATH="$MINICONDA_INSTALL_DIR/bin:$PATH" conda env create --quiet --file "$CONDA_ENVIRONMENT" --name testing Loading Loading
build-and-test-py-project-within-miniconda.sh +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ 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 update --all --yes --quiet PATH="$MINICONDA_INSTALL_DIR/bin:$PATH" conda env create --quiet --file "$CONDA_ENVIRONMENT" --name testing Loading