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

Set up a virtual environment or install pipenv to cope with the new Ubuntu runner #952

Open
Kodiologist opened this issue Oct 3, 2024 · 0 comments
Labels
feature request New feature or request to improve the current logic needs triage

Comments

@Kodiologist
Copy link

Justification:
GitHub is in the process of updating ubuntu-latest to Ubuntu 24.04 (actions/runner-images#10636), which leads to pip install crashing with error: externally-managed-environment.

Description:
Prevent people's jobs from breaking by making pip install work (presumably by either setting up a virtual environment or by implicitly enabling --break-system-packages). Or perhaps run sudo apt install pipenv and tell people to use pipenv instead of pip, but then everyone will still have to change their jobs.

Are you willing to submit a PR?
Nah.

@Kodiologist Kodiologist added feature request New feature or request to improve the current logic needs triage labels Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic needs triage
Projects
None yet
Development

No branches or pull requests

1 participant