We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b2986 commit 429253bCopy full SHA for 429253b
.github/workflows/build.yml
@@ -18,9 +18,10 @@ 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 }} python-setuptools tox
+ brew install -q autoconf automake gettext gnu-sed pkgconfig python@${{ matrix.python-version }} tox
22
brew link --force gettext
23
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
24
+ python3 -m pip install setuptools
25
- name: Build and test Python module
26
27
python setup.py update
0 commit comments