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

github: fix ubuntu version for "python-format" action #547

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

cmoussa1
Copy link
Member

Problem

The "python-format" GitHub action fails with:

Error: The version '3.7' with architecture 'x64' was not found for Ubuntu 24.04.

because Python 3.7 has reached its EOL: actions/setup-python#962.


This PR fixes the version of Ubuntu for the "python-format" action to 20.04 instead of using ubuntu-latest.

Problem: The "python-format" GitHub action fails with:

"Error: The version '3.7' with architecture 'x64' was not found for
Ubuntu 24.04."

because Python 3.7 reached its EOL.

Fix the version of Ubuntu for the "python-format" action to
ubuntu-20.04 instead of using ubuntu-latest.
@cmoussa1 cmoussa1 added the testing issues that deal with testing label Dec 16, 2024
@cmoussa1 cmoussa1 requested a review from wihobbs December 16, 2024 23:08
@cmoussa1 cmoussa1 changed the title github: remove version from "python-format" action github: fix ubuntu version for "python-format" action Dec 17, 2024
@cmoussa1 cmoussa1 requested review from grondo and removed request for wihobbs December 17, 2024 18:18
Copy link
Contributor

@grondo grondo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@cmoussa1
Copy link
Member Author

Thanks! Setting MWP here

@mergify mergify bot merged commit 6234f8d into flux-framework:master Dec 17, 2024
13 checks passed
@cmoussa1 cmoussa1 deleted the update.deprecated.actions branch December 17, 2024 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-when-passing testing issues that deal with testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants