Skip to content

Commit 1309d2c

Browse files
committed
remove installed pandas from conda
1 parent 881f759 commit 1309d2c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ci/install_travis.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,14 @@ if [ -e ${REQ} ]; then
162162
time bash $REQ || exit 1
163163
fi
164164

165-
# finish install if we are not doing a build-testk
166-
if [ -z "$BUILD_TEST" ]; then
165+
# remove any installed pandas package
166+
# w/o removing anything else
167+
echo
168+
echo "[removing installed pandas]"
169+
conda remove pandas --force
167170

168-
# remove any installed pandas package
169-
# w/o removing anything else
170-
echo
171-
echo "[removing installed pandas]"
172-
conda remove pandas --force
171+
# finish install if we are not doing a build-test
172+
if [ -z "$BUILD_TEST" ]; then
173173

174174
# install our pandas
175175
echo

0 commit comments

Comments
 (0)