From 67a481385e52039a0e25776f3a2bcbcccc7c7f2a Mon Sep 17 00:00:00 2001 From: gehbiszumeis <16896724+gehbiszumeis@users.noreply.github.com> Date: Wed, 24 Nov 2021 14:10:49 +0100 Subject: [PATCH] conda clean up after conda update --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 085186c3..8554cb54 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,9 +22,9 @@ environment: install: - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" - - conda clean --packages - conda config --set always_yes yes --set changeps1 no - conda update -q conda + - conda clean --packages - conda info -a - "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib" - activate build-environment