-
Notifications
You must be signed in to change notification settings - Fork 553
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
Upgrading pip by default #791
Comments
Hello @adminy |
Actually for me this would be the default behaviour expected. Normally pip whenever has a new version it warns you to update. Also it would help us address vulnerabilities found in pip. @adminy, can you specify how you've setup your workflow? Which options did you set up? I'm only pointing to install python 3.8 and pip isn't being updated. Would like to understand how to reproduce your output. Thank you. |
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9 I understand that pip has to be up to date, but for me its more important to install python, since I just need python really. I don't care if pip is vunerable if it can shave an extra 7 seconds from the action to load python. Seems to be checking setuptools and pip:
|
Hello @adminy, Hope this clarifies :) |
My Self hosted Runner wasn't caching anything for some reason. By fixing the caching problem I guess this isn't an issue anymore. I understand that this is necessary, thank you for the explanation! |
Description:
Its upgrading pip and I did not ask it to do that.
Action version:
v5
Platform:
Runner type:
Tools version:
3.9
Expected behavior:
Should not install pip.
Actual behavior:
Its installing pip by default
The text was updated successfully, but these errors were encountered: