We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881f759 commit 544b639Copy full SHA for 544b639
ci/install_travis.sh
@@ -162,7 +162,7 @@ if [ -e ${REQ} ]; then
162
time bash $REQ || exit 1
163
fi
164
165
-# finish install if we are not doing a build-testk
+# finish install if we are not doing a build-test
166
if [ -z "$BUILD_TEST" ]; then
167
168
# remove any installed pandas package
@@ -178,6 +178,10 @@ if [ -z "$BUILD_TEST" ]; then
178
179
180
181
+echo
182
+echo "[show pandas]"
183
+conda list pandas
184
+
185
echo
186
echo "[done]"
187
exit 0
0 commit comments