mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Update packse scenarios (#13688)
Closes #13676 See https://github.com/astral-sh/packse/pull/242 and https://github.com/astral-sh/packse/releases/tag/0.3.47
This commit is contained in:
parent
56203484a2
commit
56ce40b0f4
10 changed files with 1714 additions and 798 deletions
|
@ -243,7 +243,9 @@ def main(scenarios: list[Path], snapshot_update: bool = True):
|
|||
env=env,
|
||||
)
|
||||
if exit_code != 0:
|
||||
logging.warning(f"Snapshot update failed (Exit code: {exit_code})")
|
||||
logging.warning(
|
||||
f"Snapshot update failed with exit code {exit_code} (use -v to show details)"
|
||||
)
|
||||
else:
|
||||
logging.info("Skipping snapshot update")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue