E5F4
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab14ef commit e463697Copy full SHA for e463697
.appveyor.yml
@@ -65,14 +65,14 @@ install:
65
- set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%;
66
- set PYTHONUNBUFFERED=1
67
# for obvci_appveyor_python_build_env.cmd
68
- - conda update --all --yes
69
- - conda install anaconda-client=1.6.3 --yes
+ - conda config --set always_yes true
+ - conda update --all
70
+ - conda install anaconda-client=1.6.3
71
# for msinttypes and newer stuff
72
- conda config --prepend channels conda-forge
73
- conda config --set show_channel_urls yes
- - conda config --set always_yes true
74
# For building conda packages
75
- - conda install --yes conda-build jinja2 obvious-ci
+ - conda install conda-build jinja2 obvious-ci
76
# this is now the downloaded conda...
77
- conda info -a
78
0 commit comments