From c3378eb00f9f6036c4a5f3ba0139d89c737844f7 Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Thu, 7 Sep 2023 16:49:46 -0400 Subject: [PATCH] Added libzip to MacOS install due to failure on GitHub runner --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b36e4260..fd62d3e6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ RANLIB="/usr/bin/ranlib" [tool.cibuildwheel.macos] before-all = [ - "brew install coreutils", + "brew install coreutils libzip", "LIBS=\"\" buildscripts/build_dependencies.sh -p ${PREFIX} -d ${TMPDIR}/swiftest.build -m ${MACOSX_DEPLOYMENT_TARGET}" ]