We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dfac3 commit 07174ccCopy full SHA for 07174cc
.github/workflows/build_wheels.yml
@@ -142,7 +142,7 @@ jobs:
142
path: dist
143
- name: Install OS X dependencies
144
if: matrix.os == 'macos-14'
145
- run: brew install coreutils
+ run: brew install coreutils gettext
146
- name: Install wheel
147
if: ${{ !matrix.from-source }}
148
# try to install all wheels; only the current platform wheel should be actually installed
0 commit comments