Skip to content

Commit

Permalink
Applied updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Apr 7, 2024
1 parent 33b2986 commit 429253b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
- name: Install build dependencies
run: |
brew update -q
brew install -q autoconf automake gettext gnu-sed pkgconfig python@${{ matrix.python-version }} python-setuptools tox
brew install -q autoconf automake gettext gnu-sed pkgconfig python@${{ matrix.python-version }} tox
brew link --force gettext
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
python3 -m pip install setuptools
- name: Build and test Python module
run: |
python setup.py update
Expand Down

0 comments on commit 429253b

Please sign in to comment.