chore: un-pin virtualenv update (#1830)

This commit is contained in:
Matthieu Darbois
2024-05-20 02:21:42 -04:00
committed by GitHub
parent 78bca57cb4
commit d1a4c9c074
6 changed files with 26 additions and 19 deletions
+3 -1
View File
@@ -181,7 +181,9 @@ def setup_python(
log.step("Setting up build environment...")
venv_path = tmp / "venv"
env = virtualenv(base_python, venv_path, dependency_constraint_flags)
env = virtualenv(
python_configuration.version, base_python, venv_path, dependency_constraint_flags
)
venv_bin_path = venv_path / "bin"
assert venv_bin_path.exists()
# Fix issue with site.py setting the wrong `sys.prefix`, `sys.exec_prefix`,