From 31afe346c8ba06dff59e74b9d6774d68ee818c5a Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sun, 17 Sep 2017 16:10:48 +0100 Subject: [PATCH 1/2] Clean conda Comment out cache Try updating conda Re-instate cache, and clean after conda update Remove quiet --- .appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8676e8064e54..7fa813243f91 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -62,7 +62,9 @@ install: - set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%; - set PYTHONUNBUFFERED=1 # for obvci_appveyor_python_build_env.cmd - - conda install -c conda-forge --yes --quiet obvious-ci + - conda update --all --yes + - conda clean --all --yes + - conda install -c conda-forge --yes obvious-ci # for msinttypes and newer stuff - conda config --prepend channels conda-forge - conda config --set show_channel_urls yes From b175cf759f9611f69b63b15eeab799d3dc0c5e8c Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sun, 17 Sep 2017 17:09:23 +0100 Subject: [PATCH 2/2] Pin anaconda-client version --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7fa813243f91..8d8d48ad17a1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -63,7 +63,7 @@ install: - set PYTHONUNBUFFERED=1 # for obvci_appveyor_python_build_env.cmd - conda update --all --yes - - conda clean --all --yes + - conda install anaconda-client=1.6.3 --yes - conda install -c conda-forge --yes obvious-ci # for msinttypes and newer stuff - conda config --prepend channels conda-forge