We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881f759 commit 1309d2cCopy full SHA for 1309d2c
ci/install_travis.sh
@@ -162,14 +162,14 @@ if [ -e ${REQ} ]; then
162
time bash $REQ || exit 1
163
fi
164
165
-# finish install if we are not doing a build-testk
166
-if [ -z "$BUILD_TEST" ]; then
+# remove any installed pandas package
+# w/o removing anything else
167
+echo
168
+echo "[removing installed pandas]"
169
+conda remove pandas --force
170
- # remove any installed pandas package
- # w/o removing anything else
- echo
171
- echo "[removing installed pandas]"
172
- conda remove pandas --force
+# finish install if we are not doing a build-test
+if [ -z "$BUILD_TEST" ]; then
173
174
# install our pandas
175
echo
0 commit comments