We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec006ee commit 3253ae6Copy full SHA for 3253ae6
python/uv/private/lock.bzl
@@ -106,7 +106,6 @@ def _lock_impl(ctx):
106
107
exec_tools = ctx.toolchains[EXEC_TOOLS_TOOLCHAIN_TYPE].exec_tools
108
runtime = exec_tools.exec_interpreter[platform_common.ToolchainInfo].py3_runtime
109
- fail(runtime.interpreter_version_info)
110
python = runtime.interpreter or runtime.interpreter_path
111
python_files = runtime.files
112
args.add("--python", python)
0 commit comments