diff --git a/appveyor.yml b/appveyor.yml index 85f5ef9c..f5faee5c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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"