diff --git a/ci/test/00_setup_env_mac_native.sh b/ci/test/00_setup_env_mac_native.sh index a9b4d5c8c2e..d59c5ae65c5 100755 --- a/ci/test/00_setup_env_mac_native.sh +++ b/ci/test/00_setup_env_mac_native.sh @@ -7,7 +7,7 @@ export LC_ALL=C.UTF-8 export CONTAINER_NAME="ci_mac_native" # macos does not use a container, but the env var is needed for logging -export PIP_PACKAGES="--break-system-packages pycapnp zmq" +export PIP_PACKAGES="--break-system-packages pycapnp pyzmq" export GOAL="install deploy" export CMAKE_GENERATOR="Ninja" export CI_OS_NAME="macos"