Skip to content

Commit

Permalink
Merge 0d36cbb into 89b654b
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Jul 16, 2021
2 parents 89b654b + 0d36cbb commit 2f5048d
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 2f5048d

Please sign in to comment.