python: intalling dependencies by make in lint workflow

This commit is contained in:
sshakndr
2023-11-27 17:30:09 +07:00
parent 8fd9113c47
commit 969240ad53

View File

@ -26,10 +26,8 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
pip install mypy
pip install django-stubs
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
make prod
make dev
- name: Lint Flake8
run: |