From 9c9dfb23e037f860242799e34847d6ea37a475ba Mon Sep 17 00:00:00 2001 From: gehbiszumeis <16896724+gehbiszumeis@users.noreply.github.com> Date: Thu, 25 Nov 2021 10:58:54 +0100 Subject: [PATCH] pin conda package --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 782e75f9..63074f12 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,9 +22,9 @@ environment: install: - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" - - conda config --set always_yes yes --set changeps1 no - - conda update anaconda -# - conda update -q conda + - conda config --set always_yes yes --set changeps1 no --add pinned_packages defaults::conda + - conda clean --all + - conda update -q conda - conda info -a - "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib" - activate build-environment