Skip to content

Commit

Permalink
CI: Install locals when babel is available
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Jan 20, 2024
1 parent ce996ad commit decd154
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
if: ${{ matrix.extras != null }}
run: pip install ${{matrix.extras}}

- name: Install locales
if: ${{ matrix.extras != null }}
run: apt-get install language-pack-es language-pack-fr language-pack-po

- name: Install dependencies
run: |
sudo apt install -y graphviz
Expand Down

0 comments on commit decd154

Please sign in to comment.