Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit e80a5aa

Browse files
committed
less talk
1 parent 351dbb8 commit e80a5aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def _install_repo(repo: Dict[str, str], remove_dir: bool = True) -> List[str]:
200200

201201
flags = AssistantCLI._get_flags(repo)
202202
cmds.append("pip install " + " ".join([pip_install] + flags))
203-
cmds.append("pip list")
203+
# cmds.append("pip list")
204204
cmds.append("cd ..")
205205

206206
if remove_dir:

0 commit comments

Comments
 (0)