From f783748053474aadb9b618aadf7a5ba61553c471 Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Fri, 22 Mar 2019 09:48:33 +0000 Subject: [PATCH] Set always_yes in appveyor config --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 197d48838..7cd7b73c5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,8 +14,8 @@ init: - "ECHO %PYTHON_VERSION% %MINICONDA%" install: - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" - - conda update conda - conda config --set always_yes true + - conda update conda - conda config --set changeps1 false - conda config --set channel_priority strict - conda config --add channels conda-forge