File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,13 @@ 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
70
- - conda install -c conda-forge --yes obvious-ci
68
+ - conda config --set always_yes true
69
+ - conda config --set show_channel_urls yes
70
+ - conda update --all
71
71
# for msinttypes and newer stuff
72
72
- conda config --prepend channels conda-forge
73
- - conda config --set show_channel_urls yes
74
- - conda config --set always_yes true
75
73
# For building conda packages
76
- - conda install --yes conda-build jinja2 anaconda-client
74
+ - conda install conda-build jinja2 obvious-ci anaconda-client=1.6.3
77
75
# this is now the downloaded conda...
78
76
- conda info -a
79
77
You can’t perform that action at this time.
0 commit comments