Skip to content

Commit

Permalink
less talk
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 14, 2022
1 parent 351dbb8 commit e80a5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e80a5aa

Please sign in to comment.