conda clean all (not only packages)

This commit is contained in:
gehbiszumeis 2021-11-25 09:45:46 +01:00
parent 4567ddfb0b
commit 5f0271776f

View file

@ -23,6 +23,7 @@ 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 info -a
- "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib"