Skip to content

Commit

Permalink
SNOW-84977: Add pandas module to test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-stakeda authored and ankit-bhatnagar167 committed Aug 26, 2019
1 parent 76cc603 commit 9a167aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ else
fi

source ./venv/bin/activate
pip install numpy pendulum
pip install pandas
pip install numpy
pip install pendulum
pip install pyarrow
pip install pytest pytest-cov pytest-rerunfailures
if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]] || [[ $PYTHON_VERSION == "2.7"* ]]; then
Expand Down

0 comments on commit 9a167aa

Please sign in to comment.