From 6db2044621d62bbac45578951dfccc2da9d6ec11 Mon Sep 17 00:00:00 2001 From: ntkathole Date: Tue, 1 Jul 2025 09:30:21 +0530 Subject: [PATCH] fix: Fix verify wheels workflow for macos14 Signed-off-by: ntkathole --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index eb02c69d9cd..084ca9a9e26 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -142,7 +142,7 @@ jobs: path: dist - name: Install OS X dependencies if: matrix.os == 'macos-14' - run: brew install coreutils + run: brew install coreutils gettext - name: Install wheel if: ${{ !matrix.from-source }} # try to install all wheels; only the current platform wheel should be actually installed