From b992ee9d6b604993b3cc09ae366e314f68f78705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Tue, 8 Apr 2025 10:26:56 -0700 Subject: [PATCH] small comments --- .gitignore | 3 ++- src/crewai/cli/install_crew.py | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1a5729f02..6da8678bd 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,5 @@ agentops.log test_flow.html crewairules.mdc plan.md -conceptual_plan.md \ No newline at end of file +conceptual_plan.md +build_image \ No newline at end of file diff --git a/src/crewai/cli/install_crew.py b/src/crewai/cli/install_crew.py index d1d0ab9da..9491932f1 100644 --- a/src/crewai/cli/install_crew.py +++ b/src/crewai/cli/install_crew.py @@ -3,6 +3,10 @@ import subprocess import click +# Be mindful about changing this. +# on some enviorments we don't use this command but instead uv sync directly +# so if you expect this to support more things you will need to replicate it there +# ask @joaomdmoura if you are unsure def install_crew(proxy_options: list[str]) -> None: """ Install the crew by running the UV command to lock and install.