mirror of https://github.com/scrapy/scrapy.git
Install libjpeg-dev on pinned envs to be able to install Pillow. (#6607)
This commit is contained in:
parent
f2234c5b96
commit
4869315d10
|
|
@ -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…
Reference in New Issue