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 - name: Install Dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install flake8 make prod
pip install mypy make dev
pip install django-stubs
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint Flake8 - name: Lint Flake8
run: | run: |