Skip to content

Commit c1cfd08

Browse files
committed
Add French aspell dictionary (required for tests)
1 parent 438dd77 commit c1cfd08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies
2121
run: |
22-
sudo apt-get install gettext
22+
sudo apt-get install gettext aspell-fr
2323
python -m pip install --upgrade pip
2424
pip install -r requirements.txt
2525
- name: Lint with flake8

0 commit comments

Comments
 (0)