From fab932b4211ea0a4c10e484c08042552f9c58c15 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Tue, 17 Sep 2024 10:43:39 +0200 Subject: [PATCH] ci: Remove incorrectly hardcoded HOST in mac_native task The HOST is wrong, because this is a native build, where the HOST is supposed to be auto-detected. --- ci/test/00_setup_env_mac_native.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/test/00_setup_env_mac_native.sh b/ci/test/00_setup_env_mac_native.sh index 76668d97f20..f6dff785ca8 100755 --- a/ci/test/00_setup_env_mac_native.sh +++ b/ci/test/00_setup_env_mac_native.sh @@ -6,7 +6,6 @@ export LC_ALL=C.UTF-8 -export HOST=x86_64-apple-darwin # Homebrew's python@3.12 is marked as externally managed (PEP 668). # Therefore, `--break-system-packages` is needed. export PIP_PACKAGES="--break-system-packages zmq"