Skip to content

Commit 5d4a70f

Browse files
committed
fixup
1 parent 7e0d724 commit 5d4a70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
cp ci/test_mysql.py django-${DJANGO_VERSION}/tests/
4949
cd django-${DJANGO_VERSION}/tests/
5050
pip install ..
51-
pip install requirements/py3.txt
51+
pip install -r requirements/py3.txt
5252
./runtests.py --settings=test_mysql

0 commit comments

Comments
 (0)