Adds dependencies to pylint
This commit is contained in:
3
.github/workflows/pylint.yml
vendored
3
.github/workflows/pylint.yml
vendored
@ -13,9 +13,10 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Install dependencies
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install pylint
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user