We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83a878 commit d2ab4fcCopy full SHA for d2ab4fc
.github/workflows/django.yaml
@@ -49,4 +49,4 @@ jobs:
49
cd django-${DJANGO_VERSION}/tests/
50
pip install ..
51
pip install -r requirements/py3.txt
52
- ./runtests.py --settings=test_mysql
+ PYTHONPATH=.. python3 ./runtests.py --settings=test_mysql
0 commit comments