conda clean up after conda update

This commit is contained in:
gehbiszumeis 2021-11-24 14:10:49 +01:00
parent f4409e0f15
commit 67a481385e

View file

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