Remove a pin on libxml2-dev.

This commit is contained in:
Andrey Rakhmatullin 2022-10-08 19:11:16 +06:00
parent 1b11f70cc0
commit ed9bc84d55
1 changed files with 1 additions and 2 deletions

View File

@ -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 }}