Skip to content

Commit 429253b

Browse files
committed
Applied updates
1 parent 33b2986 commit 429253b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
- name: Install build dependencies
1919
run: |
2020
brew update -q
21-
brew install -q autoconf automake gettext gnu-sed pkgconfig python@${{ matrix.python-version }} python-setuptools tox
21+
brew install -q autoconf automake gettext gnu-sed pkgconfig python@${{ matrix.python-version }} tox
2222
brew link --force gettext
2323
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
24+
python3 -m pip install setuptools
2425
- name: Build and test Python module
2526
run: |
2627
python setup.py update

0 commit comments

Comments
 (0)