mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
parent
ea920e22d1
commit
0dde84dd27
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ pub(crate) async fn sync_requirements(
|
|||
}
|
||||
|
||||
// Validate that the environment is consistent.
|
||||
let site_packages = SitePackages::try_from_executable(&venv)?;
|
||||
let site_packages = SitePackages::from_executable(&venv)?;
|
||||
for diagnostic in site_packages.diagnostics()? {
|
||||
writeln!(
|
||||
printer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue