Update update-translations.yml

This commit is contained in:
Robert Göhler 2023-11-07 20:57:34 +01:00 committed by GitHub
parent 7625a30f2b
commit 98317f33d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,9 @@ jobs:
with:
python-version: 3.x
- name: install lxml dependencies
run: sudo apt-get install -y libxml2-dev libxslt-dev python-dev
- name: Install Dev Dependencies
run: |
python -m pip install --upgrade pip