use conda update anaconda

This commit is contained in:
gehbiszumeis 2021-11-25 10:38:38 +01:00
parent 5f0271776f
commit cd783a1113

View file

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