From 0a93d38e543ffbde77ef6ca403a0d79067bb1bdd Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 31 Oct 2017 10:58:29 +0100 Subject: [PATCH] update conda after selecting conda-forge avoids updating conda from defaults, then downgrading from conda-forge during big install this appears to fix AppVeyor for now --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 17e82e7d7..68bf1bc94 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,9 +16,9 @@ build: off install: - cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat - - cmd: conda update --yes --quiet conda - cmd: conda config --set show_channel_urls true - cmd: conda config --add channels conda-forge + - cmd: conda update --yes --quiet conda - cmd: conda install -y pyzmq tornado jupyter_client nbformat nbconvert ipykernel pip nodejs nose - cmd: pip install .[test]