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
+1 -1
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,