diff --git a/appveyor.yml b/appveyor.yml index b0f58cb5c1975b81f1514864b2fd134bb7dac5fd..489f50856c945dace8f5560ca595c54d05bc49ed 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ platform: install: - cmd: set PATH=C:\Miniconda3;C:\Miniconda3\Scripts;%PATH% - - cmd: - conda config --set always_yes yes --set changeps1 no + - cmd: conda config --set always_yes yes --set changeps1 no - cmd: conda update -q conda # Useful for debugging any issues with conda