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.