Install libjpeg-dev on pinned envs to be able to install Pillow. (#6607)

This commit is contained in:
Andrey Rakhmatullin 2025-01-07 13:46:12 +04:00 committed by GitHub
parent f2234c5b96
commit 4869315d10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ jobs:
if: contains(matrix.python-version, 'pypy') || contains(matrix.env.TOXENV, 'pinned')
run: |
sudo apt-get update
sudo apt-get install libxml2-dev libxslt-dev
sudo apt-get install libxml2-dev libxslt-dev libjpeg-dev
- name: Run tests
env: ${{ matrix.env }}