mirror of https://github.com/scrapy/scrapy.git
Help with building lxml on 3.13beta1 for checks too.
This commit is contained in:
parent
e6e9fd75db
commit
5755e224d5
|
|
@ -36,6 +36,12 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install system libraries
|
||||
if: contains(matrix.python-version, 'beta')
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install libxml2-dev libxslt-dev
|
||||
|
||||
- name: Run check
|
||||
env: ${{ matrix.env }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue