Skip to content

Commit 90a1e83

Browse files
committed
ci: install system deps for lxml in test job (ensure lxml builds)
1 parent 6d4aff0 commit 90a1e83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- name: Install dependencies
4444
run: |
4545
python -m pip install --upgrade pip
46+
sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt1-dev python3-dev build-essential
4647
pip install -r requirements-ci.txt
4748
4849
- name: Run tests

0 commit comments

Comments
 (0)