Skip to content

Commit

Permalink
try to fix the appveyor error fox py3.5 six missing
Browse files Browse the repository at this point in the history
  • Loading branch information
vera121 committed Mar 27, 2020
1 parent 54131bd commit f6a0796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_win.cmd
Expand Up @@ -60,6 +60,7 @@ if DEFINED APPVEYOR (
)
if !PYTHON_VERSION! EQU 3.5 (
conda install --yes cmake ninja numpy scipy protobuf==3.1.0 six scikit-image pyyaml pydotplus graphviz
pip install six
)
if !PYTHON_VERSION! EQU 3.6 (
conda install --yes cmake ninja numpy scipy protobuf==3.7.1 six scikit-image pyyaml pydotplus graphviz
Expand Down

0 comments on commit f6a0796

Please sign in to comment.