Skip to content

Commit 3253ae6

Browse files
committed
remove the lock fail
1 parent ec006ee commit 3253ae6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/uv/private/lock.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def _lock_impl(ctx):
106106

107107
exec_tools = ctx.toolchains[EXEC_TOOLS_TOOLCHAIN_TYPE].exec_tools
108108
runtime = exec_tools.exec_interpreter[platform_common.ToolchainInfo].py3_runtime
109-
fail(runtime.interpreter_version_info)
110109
python = runtime.interpreter or runtime.interpreter_path
111110
python_files = runtime.files
112111
args.add("--python", python)

0 commit comments

Comments
 (0)