Skip to content

Commit 2f4f6b6

Browse files
Copilotlucemia
andcommitted
Add libxml2 and libxslt dev packages installation to fix lxml build
Co-authored-by: lucemia <[email protected]>
1 parent c9b4f86 commit 2f4f6b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish-compatible.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
uses: actions/setup-python@v6
3030
with:
3131
python-version: '3.x'
32+
- name: Install libxml2 and libxslt development packages
33+
run: sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt1-dev
3234
- name: Install uv
3335
run: pip install uv
3436
- name: Create virtual environment

0 commit comments

Comments
 (0)