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 1bffff0 commit 4b7e3d1Copy full SHA for 4b7e3d1
.github/workflows/pylint.yml
@@ -29,7 +29,7 @@ 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
+ sudo apt-get install -y python3-tk pillow
33
python -m pip install --upgrade pip
34
pip install pylint
35
python -m pip install mypy
0 commit comments