-
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,7 +26,9 @@ | |
|
|
||
| extras = { | ||
| 'benchmark': ['pandas'], | ||
| 'bot': ['ruamel.yaml', 'pygithub'], | ||
| # bot extra includes crossbow's dependencies | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 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
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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). |
||
| 'bot': ['ruamel.yaml', 'pygithub', 'github3.py', 'jinja2', 'jira', | ||
| 'pygit2', 'setuptools_scm', 'toolz'], | ||
| 'docker': ['ruamel.yaml', 'python-dotenv'], | ||
| 'release': ['jinja2', 'jira', 'semver', 'gitpython'] | ||
| } | ||
|
|
||
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