From 7a4ebf825bae6f994f064c37805356a01d62e87f Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sat, 29 Jul 2017 21:48:49 +0530 Subject: [PATCH] add --yes to conda in appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5022d179e..d6f175763 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,7 +38,7 @@ environment: install: - if [%COMPILER%]==[clang-cl] call C:\Miniconda36-x64\Scripts\activate.bat - if [%COMPILER%]==[clang-cl] conda config --add channels conda-forge --force - - if [%COMPILER%]==[clang-cl] conda install clangdev ninja cmake + - if [%COMPILER%]==[clang-cl] conda install --yes clangdev ninja cmake before_build: - echo Running cmake...