-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
(Ubuntu 22.04) pip version discrepancy #10346
Comments
@melange396 Thank you for bringing this issue to us. We are looking into this issue and will update you on this issue after investigating. |
Same issue in Ubuntu20.04. |
Hi @melange396 We have followed your repro steps for ubuntu-latest. Kindly confirm.
|
looks like you may also need: - name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8 just as we use, to get this output: |
Hi @melange396 We have followed your repro steps for ubuntu-latest. Kindly confirm.
![]() |
i think thats almost it, except that if you remove this section
it will show that you get pip version 24.1.2 instead of the promised 22.0.2 |
@melange396 |
Fair enough! Apologies, i guess i should have filed a bug with https://github.com/actions/setup-python (actions/setup-python#901 seems related). It looks like we will need to either keep the step that downgrades |
Description
Recent
ubuntu-latest
(22.04
) runner image changed to includepip
version24.x
instead of22.0.2
as claimed.This seems unintended. If not, consider updating the image's release notes and readme.
See explanation and workaround here: cmu-delphi/delphi-epidata#1503
Platforms affected
Runner images affected
Image version and build link
20240721.1.0
failed: https://github.com/cmu-delphi/delphi-epidata/actions/runs/10095233705/job/27915622079#step:1:10Is it regression?
yes; most recent run with
20240526.1.0
succeeded: https://github.com/cmu-delphi/delphi-epidata/actions/runs/9290024871/job/25565314861#step:1:9Expected behavior
i expect
pip
version22.0.2
as noted here:https://github.com/actions/runner-images/blob/ubuntu22/20240721.1/images/ubuntu/Ubuntu2204-Readme.md?plain=1#L39
Actual behavior
we get
pip
version24.1.2
as seen here:https://github.com/cmu-delphi/delphi-epidata/actions/runs/10096915539/job/27920539469#step:5:10
Repro steps
runs-on: ubuntu-latest
run: pip -V
The text was updated successfully, but these errors were encountered: