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 = [
"uv",
"source",
"add",
"--priority=explicit",
repository_handle,
repository["url"],
]
@@ -202,7 +200,6 @@ class ToolCommand(BaseCommand, PlusAPIMixin):
add_package_command = [
"uv",
"add",
"--source",
pypi_index_handle,
tool_handle,
]