Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: force nightly pyarrow in the upstream build #9095

Merged
merged 4 commits into from
May 19, 2022

Conversation

jorisvandenbossche
Copy link
Member

Same as #8993, but now doing it earlier in the cycle

@jorisvandenbossche
Copy link
Member Author

It's still not clear to me how to have it robustly install the latest development version, I opened mamba-org/mamba#1682 about this

Copy link
Member

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for filing the upstream issue @jorisvandenbossche. As a temporary workaround, what if we use mamba search to get the latest pyarrow nightly release version (similar to what we do over in distributed here)? Something like (the code below is untested):

# Workaround for https://github.com/mamba-org/mamba/issues/1682
arr=($(mamba search --override-channels -c arrow-nightlies pyarrow | tail -n 1))
export PYARROW_VERSION=${arr[1]}
mamba install -y -c arrow-nightlies "pyarrow=$PYARROW_VERSION"

Copy link
Member

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jrbourbeau jrbourbeau merged commit d70e2c8 into dask:main May 19, 2022
@jorisvandenbossche jorisvandenbossche deleted the ci-upstream-arrow branch May 19, 2022 17:40
@jorisvandenbossche
Copy link
Member Author

It indeed seems to have worked. Thank you for the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants