From d037eb2de64121ded6e84d4e1b0dc100dadb2535 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Mon, 6 Jan 2025 11:46:41 +0200 Subject: [PATCH] Install xcode before macos testing --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7adeb0f6..8e148fb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,6 +160,8 @@ jobs: CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64 CIBW_TEST_EXTRAS_LINUX: applications,test CIBW_TEST_COMMAND_LINUX: py.test -s -vvv --pyargs arcae + # Ensure libc++.1.dylib is installed + CIBW_BEFORE_TEST_MACOS: xcode-select --install CIBW_TEST_COMMAND_MACOS: python -c "from arcae.testing import sanity; sanity()" CIBW_REPAIR_WHEEL_COMMAND_LINUX: > auditwheel repair