Seems to be a PR timing error
This commit is contained in:
konsti 2023-12-13 13:55:06 +01:00 committed by GitHub
parent ea920e22d1
commit 0dde84dd27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,