Skip to content

Commit

Permalink
Update script URL with full hash
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Sep 26, 2024
1 parent 560d57e commit 4898958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv/tests/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2136,7 +2136,7 @@ fn run_remote_pep723_script() {
r"(?m)^Reading inline script metadata from:.*\.py$",
"Reading inline script metadata from: [TEMP_PATH].py",
));
uv_snapshot!(filters, context.run().arg("https://raw.githubusercontent.com/astral-sh/uv/2b7997/scripts/uv-run-remote-script-test.py").arg("CI"), @r###"
uv_snapshot!(filters, context.run().arg("https://raw.githubusercontent.com/astral-sh/uv/7a8f4f93cc7e87bb1e42ff1ac8532dbf8ad4671b/scripts/uv-run-remote-script-test.py").arg("CI"), @r###"
success: true
exit_code: 0
----- stdout -----
Expand Down

0 comments on commit 4898958

Please sign in to comment.