We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7e3d1 commit bb22b38Copy full SHA for bb22b38
.github/workflows/pylint.yml
@@ -29,9 +29,9 @@ jobs:
29
if: steps.changed-files.outputs.any_changed == 'true'
30
run: |
31
sudo apt-get update
32
- sudo apt-get install -y python3-tk pillow
+ sudo apt-get install -y python3-tk
33
python -m pip install --upgrade pip
34
- pip install pylint
+ pip install pylint pillow
35
python -m pip install mypy
36
37
- name: Analysing the code with pylint
0 commit comments