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

Add --quiet flag to conda create

parent de3381c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ build_py_project_in_conda_env()

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

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

  source "$MINIFORGE_INSTALL_DIR/bin/activate" testing