From a78facb861c2169ad7b47a4aa1b1dae0d1c75d3a Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 1 Feb 2024 00:33:33 -0500 Subject: [PATCH] test macos_x86-64 and arm64 in different venv dir --- cibuildwheel/macos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuildwheel/macos.py b/cibuildwheel/macos.py index bf2290f3..14b219e5 100644 --- a/cibuildwheel/macos.py +++ b/cibuildwheel/macos.py @@ -543,7 +543,7 @@ def build(options: Options, tmp_path: Path) -> None: # there are no dependencies that were pulled in at build time. call("pip", "install", "virtualenv", *dependency_constraint_flags, env=env) - venv_dir = identifier_tmp_dir / "venv-test" + venv_dir = identifier_tmp_dir / f"venv-test-{testing_arch}" arch_prefix = [] if testing_arch != machine_arch: