try installing charset-normalizer beforehand

This commit is contained in:
gehbiszumeis 2021-11-25 11:18:25 +01:00
parent 289a15c8c5
commit 4d9f9e8276

View file

@ -23,8 +23,7 @@ environment:
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no
- conda config --add pinned_packages defaults::conda
- conda clean --all
- conda install charset-normalizer
- conda update -q conda
- conda info -a
- "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib"