mirror of https://github.com/scrapy/scrapy.git
Remove a pin on libxml2-dev.
This commit is contained in:
parent
1b11f70cc0
commit
ed9bc84d55
|
|
@ -60,8 +60,7 @@ jobs:
|
|||
if: matrix.python-version == 'pypy3.9' || contains(matrix.env.TOXENV, 'pinned') || matrix.python-version == '3.11.0-rc.2'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
# libxml2 2.9.12 from ondrej/php PPA breaks lxml so we pin it to the bionic-updates repo version
|
||||
sudo apt-get install libxml2-dev/bionic-updates libxslt-dev
|
||||
sudo apt-get install libxml2-dev libxslt-dev
|
||||
|
||||
- name: Run tests
|
||||
env: ${{ matrix.env }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue