Skip to content

Commit fd57e47

Browse files
committed
🩹 complete dependency install for translation workflow
1 parent 5d30e0f commit fd57e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/translations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: 'pip'
2525
cache-dependency-path: setup.py
2626
- name: Install system-level dependencies
27-
run: sudo apt-get update && sudo apt-get install gettext
27+
run: sudo apt-get update && sudo apt-get install libxml2-dev libxslt1-dev python3-dev libgdal-dev gdal-bin libmagic-dev libmagickwand-dev libpoppler-cpp-dev
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip pip-tools

0 commit comments

Comments
 (0)