Loading build-and-test-py-project-within-miniconda.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 conda --yes --debug --verbose 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 +2 −0 Original line number Diff line number Diff line Loading @@ -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 conda --yes --debug --verbose 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