-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 Actions: Django 5.0 Installation Issue with PIP #1
Comments
The latest version available is 3.2.23. PIP must be first updated before installing Update: PIP is set to be updated before running the tests. Apparently, the previous statement is wrong. |
Tried to set-up tests with Python versions 3.10, 3.11 and 3.12. However, version 3.10 has issues with Ubuntu-based machines. More info on it can be found here. Planning to use version |
The issue has been fixed by using Python version 3.10.13 on Ubuntu machine with commit 78fa443. |
cool now the tick is looking green |
The latest Django version 5.0 cannot be installed on GitHub Actions machines. It looks like PIP is not updated in the system. We must look into it.
The text was updated successfully, but these errors were encountered: