add requirements to pylint
This commit is contained in:
parent
68122a78e7
commit
4473886486
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
cd backend
|
||||||
|
pip install --user -r requirements.txt
|
||||||
pip install pylint
|
pip install pylint
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user