Skip to content

Commit

Permalink
chore(ci): document why gettext is needed
Browse files Browse the repository at this point in the history
To avoid pull requests as #2333
  • Loading branch information
nijel committed Nov 11, 2024
1 parent c4eee9b commit af3ef03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install apt dependencies
# gettext is needed as Django uses msgfmt to compile MO files
run: |
sudo apt update
sudo apt install gettext
Expand Down

0 comments on commit af3ef03

Please sign in to comment.