Skip to content

Commit

Permalink
Make sure nightly pyarrow is installed in upstream CI build (#11121)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed May 15, 2024
1 parent f511e93 commit cc1aad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ ${UPSTREAM_DEV} ]]; then
mamba uninstall --force bokeh
mamba install -y -c bokeh/label/dev bokeh

mamba uninstall --force pyarrow
mamba uninstall --force pyarrow pyarrow-core
python -m pip install --no-deps \
--extra-index-url https://pypi.fury.io/arrow-nightlies/ \
--prefer-binary --pre pyarrow
Expand Down

0 comments on commit cc1aad6

Please sign in to comment.