github action lxml fix dependencies

This commit is contained in:
Robert Göhler 2023-11-07 21:08:18 +01:00 committed by GitHub
parent 67784145f3
commit 3a04755562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ jobs:
- name: install lxml dependencies
run: |
sudo apt update
sudo apt install -y python3-lxml
sudo apt install -y libxml2-dev libxslt-dev python3-lxml
- name: Install Dev Dependencies
run: |