-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
The PIP version is not pinned to 19.0.2 any more #10542
The PIP version is not pinned to 19.0.2 any more #10542
Conversation
Seems like removing pinning from PIP is not a problem for images. I figured we run all the tests and see :) |
Right - it works @kaxil @dimberman @turbaszek @mik-laj -> no more PIP 19.02 pinning :) |
This also shows the true power of the new CI system. If we did it with the previous ones, all jobs would be + 10 minutes. This time only the "wait jobs" were running for 10 minutes rather than usual 4 minutes, and all the rest took the same time as usual :) |
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.
I can't remember why it was pinned tbh
I think 1.19.03+ had problems with installing Airflow. But it's been fixed since possibly even 2 minor versions ago at 20.0 :). |
Fixes apache#10516 (cherry picked from commit 018ae0e)
Fixes apache#10516 (cherry picked from commit 018ae0e)
Fixes apache#10516 (cherry picked from commit 018ae0e)
Fixes #10516
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.