Skip to content

Commit 33b2986

Browse files
committed
Applied updates
1 parent ccf572f commit 33b2986

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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 }} tox
21+
brew install -q autoconf automake gettext gnu-sed pkgconfig python@${{ matrix.python-version }} python-setuptools tox
2222
brew link --force gettext
2323
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
2424
- name: Build and test Python module
@@ -71,6 +71,9 @@ jobs:
7171
uses: actions/setup-python@v1
7272
with:
7373
python-version: ${{ matrix.python-version }}
74+
- name: Install build dependencies
75+
run: |
76+
python3 -m pip install setuptools
7477
- name: Build Python module
7578
run: |
7679
python setup.py update

0 commit comments

Comments
 (0)