Pin the libxml2 version in CI as a newer one breaks lxml (#5208)

This commit is contained in:
Andrey Rahmatullin 2021-07-16 17:28:32 +05:00 committed by Adrián Chaves
parent 47fb908a0e
commit 98d21738a2
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ jobs:
if: matrix.python-version == 'pypy3' || contains(matrix.env.TOXENV, 'pinned')
run: |
sudo apt-get update
sudo apt-get install libxml2-dev libxslt-dev
# 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
- name: Run tests
env: ${{ matrix.env }}