Skip to content

Commit fd0d471

Browse files
committed
Install automake and libtool in macOS build to be able to install the latest non-release libxml2.
1 parent f233023 commit fd0d471

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ jobs:
128128
with:
129129
python-version: ${{ matrix.python_version }}
130130

131+
- name: Install MacOS dependencies
132+
if: startsWith(matrix.os, 'mac')
133+
run: |
134+
brew install automake libtool
135+
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
136+
131137
- name: Install dependencies
132138
run: python -m pip install setuptools wheel -r requirements.txt
133139

0 commit comments

Comments
 (0)