Skip to content

CI: force nightly pyarrow in the upstream build#9095

Merged
jrbourbeau merged 4 commits intodask:mainfrom
jorisvandenbossche:ci-upstream-arrow
May 19, 2022
Merged

CI: force nightly pyarrow in the upstream build#9095
jrbourbeau merged 4 commits intodask:mainfrom
jorisvandenbossche:ci-upstream-arrow

Conversation

@jorisvandenbossche
Copy link
Copy Markdown
Member

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

@jorisvandenbossche
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

2 participants