mirror of https://github.com/scrapy/scrapy.git
Remove patch for Ubuntu 18.04
This commit is contained in:
parent
e5855d1488
commit
ebe59e43d5
|
|
@ -56,8 +56,7 @@ jobs:
|
|||
if: matrix.python-version == 'pypy3' || contains(matrix.env.TOXENV, 'pinned')
|
||||
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