test macos_x86-64 and arm64 in different venv dir

This commit is contained in:
Jinzhe Zeng
2024-02-01 00:33:33 -05:00
committed by GitHub
parent ce3fb78320
commit a78facb861
+1 -1
View File
@@ -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: