mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-16 10:32:02 +01:00
github action lxml fix dependencies
This commit is contained in:
parent
67784145f3
commit
3a04755562
2
.github/workflows/update-translations.yml
vendored
2
.github/workflows/update-translations.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user