1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-06 11:00:46 +00:00

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

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 }}