Skip to content

Commit

Permalink
fix github actions (language pack fr)
Browse files Browse the repository at this point in the history
  • Loading branch information
noviluni committed Aug 18, 2021
1 parent c5f0fa4 commit af4f46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
python-version: '${{ matrix.python-version }}'
- name: Install language-pack-fr
run: sudo apt-get install language-pack-fr
run: sudo apt-get update && sudo apt-get install language-pack-fr
- name: Install python dependencies
run: pip install tox
- name: tox
Expand Down

0 comments on commit af4f46e

Please sign in to comment.