We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c1c44 commit c1bdc3cCopy full SHA for c1bdc3c
ci/scripts/install_pandas.sh
@@ -40,7 +40,7 @@ if [ "${pandas}" = "upstream_devel" ]; then
40
elif [ "${pandas}" = "nightly" ]; then
41
pip install --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --pre pandas
42
elif [ "${pandas}" = "latest" ]; then
43
- pip install pandas
+ pip install --upgrade pandas
44
else
45
pip install pandas=="${pandas}"
46
fi
0 commit comments