Update pylint.yml

Cheat installing tqdm to silence an error for now
This commit is contained in:
Jamie Hardt
2024-07-01 22:17:28 -07:00
committed by GitHub
parent ab36babfa8
commit 282c9ff545

View File

@@ -18,6 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install tqdm
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')