Skip to content
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

Allow to specify pip version via github URL in Docker/CI workflow #28697

Merged
merged 1 commit into from
Jan 5, 2023

Commits on Jan 4, 2023

  1. Allow to specify pip version via github URL in Docker/CI workflow

    We've only supported to install `pip` from released packages with
    a version number, but since `pip` does not support RC candidates
    (as extensively discussed in pypa/pip#10882)
    we cannot use the release versions to do that.
    
    We still want to help `pip` maintainers and be able to test the versions
    they release as early as possible, so we add support to install
    `pip` in our toolchain from a GitHub URL.
    
    That will allow us to test new `pip` version as soon as designated
    branch of `pip` will contain something resembling a release candidate
    ready for testing.
    potiuk committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    72added View commit details
    Browse the repository at this point in the history