Skip to content

Commit 43db737

Browse files
authored
Update build_win.cmd
1 parent f75d1c4 commit 43db737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_win.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ if DEFINED APPVEYOR (
3939
!PYTHON_EXE! --version
4040
:: Add the required channels
4141
conda config --add channels conda-forge
42-
:: conda config --add channels willyd
42+
conda config --add channels willyd
4343
:: Update conda
4444
conda update conda -y
4545
:: Download other required packages
46-
conda install --yes cmake ninja numpy scipy protobuf six scikit-image pyyaml pydotplus graphviz
46+
conda install --yes cmake ninja numpy scipy protobuf==3.1.0 six scikit-image pyyaml pydotplus graphviz
4747

4848
if ERRORLEVEL 1 (
4949
echo ERROR: Conda update or install failed

0 commit comments

Comments
 (0)