mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
python: intalling dependencies by make in lint workflow
This commit is contained in:
6
.github/workflows/lint-python.yml
vendored
6
.github/workflows/lint-python.yml
vendored
@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user