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

Fix python scripts failing in ubuntu-latest GitHub workflows #1938

Open
davidgamez opened this issue Jan 8, 2025 · 0 comments
Open

Fix python scripts failing in ubuntu-latest GitHub workflows #1938

davidgamez opened this issue Jan 8, 2025 · 0 comments

Comments

@davidgamez
Copy link
Member

davidgamez commented Jan 8, 2025

Description

GitHub is upgrading its Ubuntu instances to the Ubuntu-24.04 image. This comes with upgrades to the default tools like Python and Java.

Related links:

Failed GitHub job due to use of Ubuntu-24.04 (Python version 3.12)

Solution

Use actions/setup-python to control the python version when running scripts in GitHub actions

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

No branches or pull requests

1 participant