Skip to content

Conversation

@kszucs
Copy link
Member

@kszucs kszucs commented Jan 5, 2021

No description provided.

@github-actions
Copy link

github-actions bot commented Jan 5, 2021

Thanks for opening a pull request!

Could you open an issue for this pull request on JIRA?
https://issues.apache.org/jira/browse/ARROW

Then could you also rename pull request title in the following format?

ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}

See also:

@kszucs kszucs changed the title [CI] Use pip to install crossbow's dependencies for the comment bot ARROW-11132: [CI] Use pip to install crossbow's dependencies for the comment bot Jan 5, 2021
uses: actions/checkout@v2
with:
path: arrow
# because libgit2 is a dependency of crossbow so prefer conda
Copy link
Member Author

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

Copy link
Member Author

@kszucs kszucs left a 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

@github-actions
Copy link

github-actions bot commented Jan 5, 2021

extras = {
'benchmark': ['pandas'],
'bot': ['ruamel.yaml', 'pygithub'],
# bot extra includes crossbow's dependencies
Copy link
Contributor

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

Copy link
Member Author

Choose a reason for hiding this comment

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

It's a good idea, the same has just crossed my mind during working on #9096. Feel free to add it in #8915.

Copy link
Contributor

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).

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