Skip to content

Commit 85e4e5e

Browse files
committed
CI: Fix tests on pypy3 by installing libxml2-dev and libxslt-dev
1 parent dc97bee commit 85e4e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
2727
run: |
28+
sudo apt install libxml2-dev libxslt-dev
2829
python -m pip install --upgrade pip
2930
python -m pip install .[test]
3031
shell: bash

0 commit comments

Comments
 (0)