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

workflows: explicitly install pypresence

This commit is contained in:
Stelios Tsampas 2022-09-07 19:33:01 +03:00
parent ea383578f9
commit 4b5b458fdb

View file

@ -20,6 +20,7 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt
pip install pypresence
- name: Analysing the code with pylint
run: |
pylint -E rare --disable=E0611,E1123,E1120 --ignore=ui,singleton.py --extension-pkg-whitelist=PyQt5