-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-36541: [Python][CI] Ensure the "Without pandas" CI build has no pandas installed (don't install doc requirements in conda-python image) #36542
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
|
@github-actions crossbow submit python |
|
|
|
Revision: 392827d Submitted crossbow builds: ursacomputing/crossbow @ actions-7022257121 |
|
@github-actions crossbow submit python |
|
Revision: ffb88ad Submitted crossbow builds: ursacomputing/crossbow @ actions-2db0b79ae4 |
kou
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.
+1
…36586) See https://github.com/apache/arrow/pull/35656/files#r1257540254 #36542 fixed the no-pandas build by actually not having pandas installed, but some PRs merged at the same time introduced new failures for this build. * Closes: #36541 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
|
Conbench analyzed the 6 benchmark runs on commit There were 8 benchmark results indicating a performance regression:
The full Conbench report has more details. |
Rationale for this change
The "Without Pandas" CI build is actually having pandas installed and thus not testing the case of an environment without pandas.