From 18a86898daa9d38aaec7adc9f6c3c2a5ba69ec72 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Thu, 10 Oct 2024 11:28:44 +0200 Subject: [PATCH] Remove --ignore-missing-dependencies from delocate command --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63e5f41a..5f937e33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,8 +173,7 @@ jobs: -w {dest_dir} \ -v {wheel} \ --exclude libarrow_python.dylib \ - --exclude libarrow.1601.dylib \ - --ignore-missing-dependencies + --exclude libarrow.1601.dylib run: bash ci/scripts/run_cibuildwheel.sh - name: Upload wheel artifacts