Skip to content

Commit

Permalink
Install lxml dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chosak committed Jan 13, 2025
1 parent ceabdc0 commit 4da949b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
if: matrix.toxenv == 'validate-translations'
run: sudo apt-get install gettext

- name: Install lxml dependencies
run: sudo apt-get install libxml2-dev libxslt-dev

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 4da949b

Please sign in to comment.