Skip to content

Commit efcc78f

Browse files
committed
Install -dev libs for lxml for PyPY CI jobs.
1 parent aae4d79 commit efcc78f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests-ubuntu.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15+
- name: Install system libraries
16+
if: contains(matrix.python-version, 'pypy')
17+
run: |
18+
sudo apt-get update
19+
sudo apt-get install libxml2-dev libxslt-dev
20+
1521
- name: Set up Python ${{ matrix.python-version }}
1622
uses: actions/setup-python@v5
1723
with:

0 commit comments

Comments
 (0)