Skip to content

Commit 81bd5ba

Browse files
committed
Install dependencies on mac
1 parent b9dfdae commit 81bd5ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
python-version: 3.6
9898
- name: Install tox and upgrade setuptools and pip
9999
run: pip install --upgrade tox setuptools pip
100-
- name: Install yasm # Yasm in pypa/manylinux images.
101-
run: brew install yasm
100+
- name: Install build dependencies
101+
run: brew install yasm automake autoconf
102102
- name: Run tests
103103
run: tox -e py3

0 commit comments

Comments
 (0)