Skip to content

Commit

Permalink
CI: force nightly pyarrow in the upstream build (#8281)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Oct 21, 2021
1 parent a544670 commit 9f0f002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/scripts/install.sh
Expand Up @@ -7,7 +7,7 @@ set -xe
# python -m pip install --no-deps cityhash

if [[ ${UPSTREAM_DEV} ]]; then
mamba install -y -c arrow-nightlies "pyarrow>3.0"
mamba install -y -c arrow-nightlies "pyarrow>5.0"

# FIXME https://github.com/mamba-org/mamba/issues/412
# mamba uninstall --force numpy pandas
Expand Down

0 comments on commit 9f0f002

Please sign in to comment.