Skip to content

Commit a9657c4

Browse files
authored
fix: add --system flag to uv pip install for SkyPilot backend (#462)
1 parent 3a95f28 commit a9657c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/art/skypilot/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ async def _launch_cluster(
192192

193193
if art_version_is_semver:
194194
art_installation_command = (
195-
f"uv pip install openpipe-art[backend]=={art_version}"
195+
f"uv pip install --system openpipe-art[backend]=={art_version}"
196196
)
197197
elif os.path.exists(art_version):
198198
# copy the contents of the art_path onto the new machine

0 commit comments

Comments
 (0)