Skip to content

Commit

Permalink
Set always_yes in appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Mar 22, 2019
1 parent ad834df commit f783748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ init:
- "ECHO %PYTHON_VERSION% %MINICONDA%"
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda update conda
- conda config --set always_yes true
- conda update conda
- conda config --set changeps1 false
- conda config --set channel_priority strict
- conda config --add channels conda-forge
Expand Down

0 comments on commit f783748

Please sign in to comment.