Skip to content

Commit

Permalink
Pin the libxml2 version in CI as a newer one breaks lxml (#5208)
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Jul 16, 2021
1 parent 89b654b commit ee2df97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests-ubuntu.yml
Expand Up @@ -57,7 +57,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 }}
Expand Down

0 comments on commit ee2df97

Please sign in to comment.