File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 88
88
run : conda install python=${{ matrix.python-version }} tox make automake autoconf libtool yasm # Yasm in pypa/manylinux images.
89
89
if : runner.os == 'Linux'
90
90
- name : install requirements (Windows)
91
- run : conda install python=${{ matrix.python-version }} tox vs2019_win-64 nasm
91
+ run : conda install python=${{ matrix.python-version }} tox nasm
92
+ if : runner.os == 'Windows'
93
+ - name : Set MSVC developer prompt
94
+
92
95
if : runner.os == 'Windows'
93
96
- name : Run tests
94
97
run : tox -e py3
@@ -118,9 +121,9 @@ jobs:
118
121
channels : conda-forge,bioconda,defaults
119
122
- name : Install requirements (universal)
120
123
run : conda install isa-l python tox
121
- - name : install requirements (Windows)
124
+ - name : Set MSVC developer prompt
125
+
122
126
if : runner.os == 'Windows'
123
- run : conda install vs2019_win-64
124
127
- name : Run tests (dynamic link)
125
128
run : tox -e py3
126
129
env :
You can’t perform that action at this time.
0 commit comments