feat: adapt uv command to run the tool repo

This commit is contained in:
Eduardo Chiarotti
2024-10-09 15:56:46 -03:00
parent 5e49bede46
commit 873b1c51d6

View File

@@ -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,
] ]