Skip to content

Commit

Permalink
🩹 complete dependency install for translation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Mar 4, 2024
1 parent 5d30e0f commit a491b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: 'pip'
cache-dependency-path: setup.py
- name: Install system-level dependencies
run: sudo apt-get update && sudo apt-get install gettext
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
- name: Install dependencies
run: |
python -m pip install --upgrade pip pip-tools
Expand Down

0 comments on commit a491b49

Please sign in to comment.