File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ install:
65
65
- set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%;
66
66
- set PYTHONUNBUFFERED=1
67
67
# for obvci_appveyor_python_build_env.cmd
68
- - conda update --all --yes
69
- - conda install anaconda-client=1.6.3 --yes
68
+ - conda config --set always_yes true
69
+ - conda update --all
70
+ - conda install anaconda-client=1.6.3
70
71
# for msinttypes and newer stuff
71
72
- conda config --prepend channels conda-forge
72
73
- conda config --set show_channel_urls yes
73
- - conda config --set always_yes true
74
74
# For building conda packages
75
- - conda install --yes conda-build jinja2 obvious-ci
75
+ - conda install conda-build jinja2 obvious-ci
76
76
# this is now the downloaded conda...
77
77
- conda info -a
78
78
You can’t perform that action at this time.
0 commit comments