Update pylint.yml

This commit is contained in:
Donald Zou 2022-01-19 09:03:35 -05:00 committed by GitHub
parent be5594f1c9
commit 712460a040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r /src/requirement.txt
python -m pip install Flask ifcfg icmplib flask-qrcode gunicorn
pip install pylint
- name: Analysing the code with pylint
run: |