We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1798ab6 commit 789fd79Copy full SHA for 789fd79
.github/workflows/tester.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install dependencies
16
run: |
17
python -m pip install --upgrade pip
18
- pip install django pytest pytest-django
+ pip install django djangorestframework pytest pytest-django
19
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
20
21
- name: Run Django tests
0 commit comments