Skip to content

Commit

Permalink
install gettext in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Nov 8, 2024
1 parent cc045ca commit 055c09e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
python manage.py compress
- name: 🚧 compile translations
run: |
sudo apt-get install -y gettext
python manage.py compilemessages
- name: 🚧 Check pending migrations
run: python manage.py makemigrations --check --dry-run --noinput
Expand Down

0 comments on commit 055c09e

Please sign in to comment.