mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-20 03:49:54 +00:00
Use relative paths for --find-links and local registries (#6566)
## Summary See: https://github.com/astral-sh/uv/issues/6458
This commit is contained in:
parent
3902bb498d
commit
7fa265a11b
18 changed files with 834 additions and 264 deletions
|
|
@ -270,7 +270,7 @@ impl Workspace {
|
|||
})
|
||||
.unwrap_or_default();
|
||||
|
||||
let url = VerbatimUrl::from_path(&member.root)
|
||||
let url = VerbatimUrl::from_absolute_path(&member.root)
|
||||
.expect("path is valid URL")
|
||||
.with_given(member.root.to_string_lossy());
|
||||
Some(Requirement {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue