mirror of https://github.com/scrapy/scrapy.git
CI: install python2-dev
This commit is contained in:
parent
0eee1f58c9
commit
1837c1d36a
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
if: matrix.python-version == 'pypy3' || 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 python2-dev
|
||||
|
||||
- name: Run tests
|
||||
env: ${{ matrix.env }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue