File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ install:
59
59
60
60
# install our build environment
61
61
- cmd : conda config --set show_channel_urls true --set always_yes true --set changeps1 false
62
- - cmd : conda update -q conda
62
+ # - cmd: conda update -q conda
63
63
- cmd : conda config --set ssl_verify false
64
64
65
65
# add the pandas channel *before* defaults to have defaults take priority
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function UpdateConda ($python_home) {
85
85
86
86
function main () {
87
87
InstallMiniconda " 3.5" $env: PYTHON_ARCH $env: CONDA_ROOT
88
- UpdateConda $env: CONDA_ROOT
88
+ # UpdateConda $env:CONDA_ROOT
89
89
InstallCondaPackages $env: CONDA_ROOT " conda-build jinja2 anaconda-client"
90
90
}
91
91
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export PATH="$MINICONDA_DIR/bin:$PATH"
20
20
echo " [update conda]"
21
21
conda config --set ssl_verify false || exit 1
22
22
conda config --set always_yes true --set changeps1 false || exit 1
23
- conda update -q conda
23
+ # conda update -q conda
24
24
25
25
# add the pandas channel to take priority
26
26
# to add extra packages
Original file line number Diff line number Diff line change 52
52
echo " [update conda]"
53
53
conda config --set ssl_verify false || exit 1
54
54
conda config --set quiet true --set always_yes true --set changeps1 false || exit 1
55
- conda update -q conda
55
+ # conda update -q conda
56
56
57
57
echo
58
58
echo " [add channels]"
You can’t perform that action at this time.
0 commit comments