Skip to content

Commit

Permalink
beta uv snap
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Aug 21, 2024
1 parent bb5fbe3 commit dc44a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion craft_parts/plugins/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _use_uv(self) -> bool:
def get_build_snaps(self) -> set[str]:
"""Return a set of required snaps to install in the build environment."""
if self._use_uv:
return {"astral-uv"}
return {"astral-uv/latest/beta"}
return set()

@override
Expand Down

0 comments on commit dc44a4b

Please sign in to comment.