You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recent transition to Ubuntu 24.04 as ubuntu-latest has implications for Python and system package management. Reference
Important considerations:
The version bump prevents Python packages from being installed for system Python
Package cuts were necessary to maintain SLA for free disk space. While this may affect some workflows, it was done to keep disruptions minimal while considering the diverse community needs
Recommended mitigation:
Use explicit runs-on: ubuntu-22.04 if needed - Ubuntu 22.04 will still be maintained for the next 2 years
Use actions/setup-python with explicit version pinning
Consider implementing proper dependency caching
Check if libtinfo5 is required and remove installation if possible
The text was updated successfully, but these errors were encountered:
The recent transition to Ubuntu 24.04 as ubuntu-latest has implications for Python and system package management.
Reference
Important considerations:
Recommended mitigation:
runs-on: ubuntu-22.04
if needed - Ubuntu 22.04 will still be maintained for the next 2 yearsThe text was updated successfully, but these errors were encountered: