revert all conda changes

This commit is contained in:
gehbiszumeis 2021-11-25 11:35:50 +01:00
parent 517108a066
commit 0dc988b4ba

View file

@ -23,7 +23,6 @@ environment:
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no
- 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"