try to get from conda-forge

This commit is contained in:
gehbiszumeis 2021-11-25 11:25:28 +01:00
parent 4d9f9e8276
commit 517108a066

View file

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