Open geekforbrains opened 2 years ago
Everything looks ok to me only thing that was odd to me was python version downgraded when django version upgraded but i installed and ran to test and all seems to be working ok
In your .github/workflows/test.yaml could you try to install wheel before you attempt the requirements.txt ?
In the past, we did a pip install wheel
to resolve some of the dependency lookups and fix the workflow failures.