File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,9 @@ jobs:
139
139
uses :
conda-incubator/[email protected] # https://github.com/conda-incubator/setup-miniconda.
140
140
with :
141
141
channels : conda-forge,defaults
142
+ - name : Install build dependencies (Linux)
143
+ run : conda install python
144
+ if : runner.os == 'Linux'
142
145
- name : Install build dependencies (Macos)
143
146
run : conda install nasm automake autoconf python
144
147
if : runner.os == 'macOS'
@@ -148,8 +151,8 @@ jobs:
148
151
- name : Set MSVC developer prompt
149
152
150
153
if : runner.os == 'Windows'
151
- - name : Install cibuildwheel twine
152
- run : python -m pip install cibuildwheel twine
154
+ - name : Install cibuildwheel twine wheel
155
+ run : python -m pip install cibuildwheel twine wheel
153
156
- name : Build wheels
154
157
run : cibuildwheel --output-dir dist
155
158
env :
You can’t perform that action at this time.
0 commit comments