Skip to content

Commit 36d15f9

Browse files
Deactivating uv backend
1 parent 0cc31a2 commit 36d15f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variantlib/plugins/py_backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def install_requirements(
165165

166166

167167
def AutoInstallBackend() -> UvBackend | PipBackend: # noqa: N802
168-
if shutil.which("uv") is not None:
168+
if False:
169169
return UvBackend()
170170

171171
return PipBackend()

0 commit comments

Comments
 (0)