-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-16908: [Python][CI] Avoid installing wrong numpy version required for testing wheels #13449
Conversation
@github-actions crossbow submit wheel-*-amd64 |
Revision: 3b5ce7b Submitted crossbow builds: ursacomputing/crossbow @ actions-0a19738808 |
@jorisvandenbossche this PR fixes the current wheel failures on the nightly packaging jobs. What do you think? This issue introduced on https://github.com/apache/arrow/pull/12763/files#diff-a2c3d2d0c3a36128695e156b63504e1dd91f4167f23afe4fa8bb6e131ef248c1 |
It seems that https://github.com/ursacomputing/crossbow/runs/7091332365?check_suite_focus=true#step:7:315 causes the problem:
Why does |
The problem is the
I am removing it and pushing to CI to test all the wheels. It worked locally so I am not sure why the |
…n but avoid force-reinstall on wheel
@github-actions crossbow submit wheel-* |
Revision: 7b84094 Submitted crossbow builds: ursacomputing/crossbow @ actions-995d8c2366 |
@kou I don't remember. Perhaps because Numpy didn't install properly? We can remove it if it works. |
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.
OK.
+1
…ed for testing wheels (apache#13449) Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
No description provided.