-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-11132: [CI] Use pip to install crossbow's dependencies for the comment bot #9103
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
Conversation
d415404 to
71abf11
Compare
|
Thanks for opening a pull request! Could you open an issue for this pull request on JIRA? Then could you also rename pull request title in the following format? See also: |
| uses: actions/checkout@v2 | ||
| with: | ||
| path: arrow | ||
| # because libgit2 is a dependency of crossbow so prefer conda |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pygit2 ships wheels now with libgit2 bundled
kszucs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can try out the comment bot once the PR gets merged to master.
+1, merging on green
| extras = { | ||
| 'benchmark': ['pandas'], | ||
| 'bot': ['ruamel.yaml', 'pygithub'], | ||
| # bot extra includes crossbow's dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might it make sense to separate crossbow's dependencies and specify the install as arrow/dev/archery[bot,crossbow]?
That way you could install the dependencies with one of the other extras. This is partially because I'm not sure if I should use arrow/dev/archery[bot] for what I'm copying in #8915 from 7f11abe#diff-90e4e8bfd9b23a7b4bf4cfa1cb4bd0d80a87e21ac7fbd3a39c30f19709d4c705R50-R61
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is repeated a lot, and I'm probably going to just open a different PR for cleaning up the repeated crossbow dependencies that way #8915 can hopefully be merged in sooner rather than later. It looks like it's built correctly (it was working before Travis disappeared).
No description provided.