mirror of https://github.com/scrapy/scrapy.git
Install system libraries for pinned envs
This commit is contained in:
parent
a5088c4e20
commit
7045d2c32e
|
|
@ -92,8 +92,8 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install libraries
|
||||
if: matrix.python-version == 'pypy3'
|
||||
- name: Install system libraries
|
||||
if: matrix.python-version == 'pypy3' || contains(matrix.env.TOXENV, 'pinned')
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install libxml2-dev libxslt-dev
|
||||
|
|
|
|||
Loading…
Reference in New Issue