Skip to content

Commit d2ab4fc

Browse files
committed
fixup
1 parent a83a878 commit d2ab4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/django.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
cd django-${DJANGO_VERSION}/tests/
5050
pip install ..
5151
pip install -r requirements/py3.txt
52-
./runtests.py --settings=test_mysql
52+
PYTHONPATH=.. python3 ./runtests.py --settings=test_mysql

0 commit comments

Comments
 (0)