We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf572f commit 33b2986Copy full SHA for 33b2986
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install build dependencies
19
run: |
20
brew update -q
21
- brew install -q autoconf automake gettext gnu-sed pkgconfig python@${{ matrix.python-version }} tox
+ brew install -q autoconf automake gettext gnu-sed pkgconfig python@${{ matrix.python-version }} python-setuptools tox
22
brew link --force gettext
23
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
24
- name: Build and test Python module
@@ -71,6 +71,9 @@ jobs:
71
uses: actions/setup-python@v1
72
with:
73
python-version: ${{ matrix.python-version }}
74
+ - name: Install build dependencies
75
+ run: |
76
+ python3 -m pip install setuptools
77
- name: Build Python module
78
79
python setup.py update
0 commit comments