Skip to content

Commit 9a167aa

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-84977: Add pandas module to test setup
1 parent 76cc603 commit 9a167aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ else
3030
fi
3131

3232
source ./venv/bin/activate
33-
pip install numpy pendulum
33+
pip install pandas
34+
pip install numpy
35+
pip install pendulum
3436
pip install pyarrow
3537
pip install pytest pytest-cov pytest-rerunfailures
3638
if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]] || [[ $PYTHON_VERSION == "2.7"* ]]; then

0 commit comments

Comments
 (0)