File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 62
62
run : sudo apt install yasm
63
63
if : runner.os == 'Linux'
64
64
- name : Install build dependencies (Macos)
65
- run : brew install yasm automake autoconf
65
+ run : conda install yasm automake autoconf
66
66
if : runner.os == 'macOS'
67
67
- name : Install twine, cython wheel and upgrade setuptools
68
68
run : pip install --upgrade twine cython wheel setuptools
99
99
run : sudo apt install yasm
100
100
if : runner.os == 'Linux'
101
101
- name : Install build dependencies (Macos)
102
- run : brew install yasm automake autoconf
102
+ run : conda install yasm automake autoconf
103
103
if : runner.os == 'macOS'
104
104
- name : Run tests
105
105
run : tox -e py3
@@ -144,12 +144,6 @@ jobs:
144
144
submodules : recursive
145
145
- uses : actions/setup-python@v2
146
146
name : Install Python
147
- - name : Install build dependencies (Linux) # Yasm in pypa/manylinux images.
148
- run : sudo apt install yasm
149
- if : runner.os == 'Linux'
150
- - name : Install build dependencies (Macos)
151
- run : brew install yasm automake autoconf
152
- if : runner.os == 'macOS'
153
147
- name : Install cibuildwheel
154
148
run : python -m pip install cibuildwheel==1.8.0
155
149
env :
You can’t perform that action at this time.
0 commit comments