Skip to content

Commit f7f3845

Browse files
authored
When using a path to a local version of ART, properly install backend deps (#241)
1 parent fb58f06 commit f7f3845

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
@@ -191,7 +191,7 @@ async def _launch_cluster(
191191
elif os.path.exists(art_version):
192192
# copy the contents of the art_path onto the new machine
193193
task.workdir = art_version
194-
art_installation_command = "uv sync"
194+
art_installation_command = "uv sync --extra backend"
195195
else:
196196
raise ValueError(
197197
f"Invalid art_version: {art_version}. Must be a semver or a path to a local directory."

0 commit comments

Comments
 (0)