Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-thm committed Jun 17, 2024
1 parent 3a4d5b0 commit 5777b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uv/private/pip.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def _uv_pip_compile(
args = []
args += uv_args
args.append("--custom-compile-command='{compile_command}'".format(compile_command = compile_command))
args.append("--python={python}".format(python = _python_version(py_toolchain)))
args.append("--python-version={version}".format(version = py_toolchain.py3_runtime.interpreter.short_path))
args.append("--python={python}".format(python = py_toolchain.py3_runtime.interpreter.short_path))
args.append("--python-version={version}".format(version = _python_version(py_toolchain)))
if ctx.attr.python_platform:
args.append("--python-platform={platform}".format(platform = ctx.attr.python_platform))

Expand Down

0 comments on commit 5777b4c

Please sign in to comment.