File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 48
48
echo " [update conda]"
49
49
conda config --set ssl_verify false || exit 1
50
50
conda config --set quiet true --set always_yes true --set changeps1 false || exit 1
51
-
52
- conda install conda=4.3.30
53
- # conda update -q conda
51
+ conda update -q conda
54
52
55
53
if [ " $CONDA_BUILD_TEST " ]; then
56
54
echo
57
55
echo " [installing conda-build]"
58
56
conda install conda-build
59
57
fi
60
58
61
-
62
59
echo
63
60
echo " [add channels]"
64
61
conda config --remove channels defaults || exit 1
@@ -125,7 +122,7 @@ if [ "$COVERAGE" ]; then
125
122
fi
126
123
127
124
echo
128
- if [ -z " $PIP_BUILD_TEST " ] and [ -z " $CONDA_BUILD_TEST " ]; then
125
+ if [ -z " $PIP_BUILD_TEST " ] && [ -z " $CONDA_BUILD_TEST " ]; then
129
126
130
127
# build but don't install
131
128
echo " [build em]"
You can’t perform that action at this time.
0 commit comments