Commit 1442f69
authored
Fix lxml build error by installing system dependencies (#1901)
- Add step to install libxml2-dev and libxslt1-dev before Python dependencies
- Required for building lxml==5.3.0 from source
- Fixes 'Error: Please make sure the libxml2 and libxslt development packages are installed'1 parent 348a9c2 commit 1442f69
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments