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

replace ubuntu-latest by ubuntu-20.04 in github actions #258

Merged
merged 1 commit into from
Nov 21, 2022

Conversation

AurelienJaquier
Copy link
Collaborator

It looks like ubuntu-latest was upgraded recently from 20.04 to 22.04 and that makes our workflow fail at the Set Up Python step.
This PR solves this by using ubuntu 20.04 instead of latest

@AurelienJaquier AurelienJaquier self-assigned this Nov 21, 2022
@anilbey
Copy link
Contributor

anilbey commented Nov 21, 2022

Can the users run efel on ubuntu 22.04?

@AurelienJaquier
Copy link
Collaborator Author

The problem comes from the github action actions/setup-python@v2, which role is to get a python version and set it up. For some reason, when ubuntu-latest has been updated recently to 22.04, this stopped working (at least it cannot find python 3.6).
This problem is internal to github actions and I see no reason it would affect efel itself.

@AurelienJaquier
Copy link
Collaborator Author

This issue has been raised on github action setup-python side: actions/setup-python#544 if you want more detail

@anilbey
Copy link
Contributor

anilbey commented Nov 21, 2022

Ok, it's probably because python 3.6 has reached its end of life

@AurelienJaquier AurelienJaquier merged commit b59061a into master Nov 21, 2022
@AurelienJaquier AurelienJaquier deleted the fix-github-actions branch November 21, 2022 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants