Skip to content

Commit 4f20883

Browse files
author
y-p
committed
BLD: readd missing envar in ci/install.sh
1 parent 9044fe7 commit 4f20883

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/install.sh

+3
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ if [ x"$FULL_DEPS" == x"true" ]; then
9696
# fool statsmodels into thinking pandas was already installed
9797
# so it won't refuse to install itself.
9898

99+
SITE_PKG_DIR=$VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/site-packages
100+
echo "Using SITE_PKG_DIR: $SITE_PKG_DIR"
101+
99102
mkdir $SITE_PKG_DIR/pandas
100103
touch $SITE_PKG_DIR/pandas/__init__.py
101104
echo "version='0.10.0-phony'" > $SITE_PKG_DIR/pandas/version.py

0 commit comments

Comments
 (0)