You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful if there was a way to either set the desired version of pip, or to stop it from being updated to the latest version.
Justification:
I need to make use of the PIP_USE_FEATURE=truststore ability which is currently broken in the latest version 24.1 of pip, but worked fine in 24.0 and earlier.
My Python workflows are now broken until a new version of pip is made available as I can't seemingly stop this action from always updating pip to the latest version.
Are you willing to submit a PR?
Yes.
The text was updated successfully, but these errors were encountered:
Description:
It would be useful if there was a way to either set the desired version of pip, or to stop it from being updated to the latest version.
Justification:
I need to make use of the
PIP_USE_FEATURE=truststore
ability which is currently broken in the latest version 24.1 of pip, but worked fine in 24.0 and earlier.My Python workflows are now broken until a new version of pip is made available as I can't seemingly stop this action from always updating pip to the latest version.
Are you willing to submit a PR?
Yes.
The text was updated successfully, but these errors were encountered: