Skip to content

Commit c8fd280

Browse files
committed
Use requirements_test in Github CI
1 parent d108095 commit c8fd280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install -r requirements.txt && pip install flake8 pytest pytest-cov pytest-django
19+
pip install -r requirements.txt && pip install -r requirements_test.txt
2020
- name: Lint with flake8
2121
run: |
2222
make lint

0 commit comments

Comments
 (0)