conda clean before conda update

This commit is contained in:
gehbiszumeis 2021-11-24 18:14:19 +01:00
parent 67a481385e
commit 73960b4057

View file

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