We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pip install
Our workflows are base on our own Docker images or GitHub Docker images ubuntu-latest.
ubuntu-latest
GitHub released an new ubuntu-24.04 Docker image, slowly becoming the new ubuntu-latest. But this image breaks pip (ref here).
ubuntu-24.04
Either we wait for a GitHub fix on this, or we fix it in our pipelines (setup-python seems to work, or we could pin the versions to ubuntu-22.04).
setup-python
ubuntu-22.04
The text was updated successfully, but these errors were encountered:
Examples here
Sorry, something went wrong.
No branches or pull requests
Our workflows are base on our own Docker images or GitHub Docker images
ubuntu-latest
.GitHub released an new
ubuntu-24.04
Docker image, slowly becoming the newubuntu-latest
. But this image breaks pip (ref here).Either we wait for a GitHub fix on this, or we fix it in our pipelines (
setup-python
seems to work, or we could pin the versions toubuntu-22.04
).The text was updated successfully, but these errors were encountered: