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: