Skip to content

Commit fa992b1

Browse files
committed
chore(build): update install_packages script
1 parent c222e92 commit fa992b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/install_packages.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ def main() -> None:
99
dist_path.mkdir()
1010

1111
uv_path = os.environ.get("HATCH_UV", None)
12+
if uv_path:
13+
uv_path = f'"{uv_path}"'
1214

1315
installer_command = f"{uv_path+' ' if uv_path else ''}pip {'' if uv_path else '--disable-pip-version-check'}"
1416

0 commit comments

Comments
 (0)