mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 07:42:40 +00:00
feat: adapt uv command to run the tool repo
This commit is contained in:
@@ -162,9 +162,7 @@ class ToolCommand(BaseCommand, PlusAPIMixin):
|
|||||||
|
|
||||||
add_repository_command = [
|
add_repository_command = [
|
||||||
"uv",
|
"uv",
|
||||||
"source",
|
|
||||||
"add",
|
"add",
|
||||||
"--priority=explicit",
|
|
||||||
repository_handle,
|
repository_handle,
|
||||||
repository["url"],
|
repository["url"],
|
||||||
]
|
]
|
||||||
@@ -202,7 +200,6 @@ class ToolCommand(BaseCommand, PlusAPIMixin):
|
|||||||
add_package_command = [
|
add_package_command = [
|
||||||
"uv",
|
"uv",
|
||||||
"add",
|
"add",
|
||||||
"--source",
|
|
||||||
pypi_index_handle,
|
pypi_index_handle,
|
||||||
tool_handle,
|
tool_handle,
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user