Skip to content

Commit

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

0 comments on commit 98d2173

Please sign in to comment.