Skip to content

Commit 4b7e3d1

Browse files
committed
Install pillow in lint pipeline
1 parent 1bffff0 commit 4b7e3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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
32+
sudo apt-get install -y python3-tk pillow
3333
python -m pip install --upgrade pip
3434
pip install pylint
3535
python -m pip install mypy

0 commit comments

Comments
 (0)