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:
parent
f2234c5b96
commit
4869315d10
2
.github/workflows/tests-ubuntu.yml
vendored
2
.github/workflows/tests-ubuntu.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user