1
0
Fork 0
mirror of synced 2024-06-19 02:54:45 +12:00

Install dependencies before PyLint

This commit is contained in:
Stelios Tsampas 2021-09-12 14:54:57 +03:00
parent f6308dd4b4
commit e02a38b4f5

View file

@ -78,6 +78,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
pylint rare --disable=R,C,E0611,I1101,W1203,W1201,W0201 --ignore=ui,singleton.py,json_formatter.py --extension-pkg-whitelist=PyQt5