Skip to content

Commit 741ff7f

Browse files
committed
BLD: fix build_test
1 parent b5f1e71 commit 741ff7f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

ci/install_travis.sh

+4-5
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,11 @@ echo "[removing installed pandas]"
155155
conda remove pandas -y --force
156156
pip uninstall -y pandas
157157

158-
if [ "$BUILD_TEST" ]; then
158+
# remove any installation
159+
conda list pandas
160+
pip list --format columns | grep pandas
159161

160-
# remove any installation
161-
pip uninstall -y pandas
162-
conda list pandas
163-
pip list --format columns |grep pandas
162+
if [ "$BUILD_TEST" ]; then
164163

165164
# build & install testing
166165
echo ["building release"]

0 commit comments

Comments
 (0)