Install gettext in github action

This commit is contained in:
Gabriel Augendre 2023-03-25 20:39:29 +01:00
parent 7cd4c632a5
commit 16ddc07429
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ jobs:
run: |
pip install pip-tools
pip-sync requirements.txt requirements-dev.txt
sudo apt-get update
sudo apt-get install -y --no-install-recommends gettext
- name: Setup pre-commit cache
uses: actions/cache@v3
with: