Skip to content

Commit c1bdc3c

Browse files
committed
Attempt to upgrade pandas to latest
1 parent 07c1c44 commit c1bdc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/install_pandas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [ "${pandas}" = "upstream_devel" ]; then
4040
elif [ "${pandas}" = "nightly" ]; then
4141
pip install --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --pre pandas
4242
elif [ "${pandas}" = "latest" ]; then
43-
pip install pandas
43+
pip install --upgrade pandas
4444
else
4545
pip install pandas=="${pandas}"
4646
fi

0 commit comments

Comments
 (0)