Skip to content

Commit 07174cc

Browse files
authored
fix: Fix verify wheels workflow for macos14 (feast-dev#5486)
1 parent a9dfac3 commit 07174cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
path: dist
143143
- name: Install OS X dependencies
144144
if: matrix.os == 'macos-14'
145-
run: brew install coreutils
145+
run: brew install coreutils gettext
146146
- name: Install wheel
147147
if: ${{ !matrix.from-source }}
148148
# try to install all wheels; only the current platform wheel should be actually installed

0 commit comments

Comments
 (0)