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 07174cc commit 35f211cCopy full SHA for 35f211c
.github/workflows/build_wheels.yml
@@ -130,6 +130,9 @@ jobs:
130
fi
131
steps:
132
- uses: actions/checkout@v4
133
+ - name: Install OS X dependencies
134
+ if: matrix.os == 'macos-14'
135
+ run: brew install coreutils gettext
136
- name: Setup Python
137
id: setup-python
138
uses: actions/setup-python@v5
@@ -140,9 +143,6 @@ jobs:
140
143
with:
141
144
name: python-wheels
142
145
path: dist
- - name: Install OS X dependencies
- if: matrix.os == 'macos-14'
- 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