Skip to content

Commit bb22b38

Browse files
committed
correctly install pillow
1 parent 4b7e3d1 commit bb22b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
if: steps.changed-files.outputs.any_changed == 'true'
3030
run: |
3131
sudo apt-get update
32-
sudo apt-get install -y python3-tk pillow
32+
sudo apt-get install -y python3-tk
3333
python -m pip install --upgrade pip
34-
pip install pylint
34+
pip install pylint pillow
3535
python -m pip install mypy
3636
3737
- name: Analysing the code with pylint

0 commit comments

Comments
 (0)