From e80a5aabc3ec95281b4c30ab47af8cfb9ac9e5e5 Mon Sep 17 00:00:00 2001 From: Jirka Date: Wed, 14 Dec 2022 03:08:51 +0100 Subject: [PATCH] less talk --- actions/assistant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/assistant.py b/actions/assistant.py index 9fcc53e1..5df994c2 100644 --- a/actions/assistant.py +++ b/actions/assistant.py @@ -200,7 +200,7 @@ def _install_repo(repo: Dict[str, str], remove_dir: bool = True) -> List[str]: flags = AssistantCLI._get_flags(repo) cmds.append("pip install " + " ".join([pip_install] + flags)) - cmds.append("pip list") + # cmds.append("pip list") cmds.append("cd ..") if remove_dir: