From cd6e9b58e806a6c432ceefeac88b10bd129e1c75 Mon Sep 17 00:00:00 2001 From: Peter Paul Kiefer Date: Thu, 25 Nov 2021 18:49:55 +0100 Subject: [PATCH] Try to fix the conda update challange. See: https://community.intel.com/t5/Intel-Distribution-for-Python/Conda-update-Conda-fails/td-p/1126174 It is just a try for a different context/(conda version). --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index f5faee5c..451fa4f4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,6 +23,7 @@ environment: install: - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" - conda config --set always_yes yes --set changeps1 no + - conda install charset-normalizer -f - conda update -q conda - conda info -a - "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib"