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 d108095 commit c8fd280Copy full SHA for c8fd280
1 file changed
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade pip
19
- pip install -r requirements.txt && pip install flake8 pytest pytest-cov pytest-django
+ pip install -r requirements.txt && pip install -r requirements_test.txt
20
- name: Lint with flake8
21
22
make lint
0 commit comments