lint: Install all dependencies
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -r requirements-dev.txt
|
run: pip install -r requirements.txt && pip install -r requirements-dev.txt
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: pylint --recursive=yes .
|
run: pylint --recursive=yes .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user