Remove patch for Ubuntu 18.04

This commit is contained in:
Adrián Chaves 2024-02-14 19:22:20 +01:00
parent e5855d1488
commit ebe59e43d5
1 changed files with 1 additions and 2 deletions

View File

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