Skip to content

Commit 1ac0b62

Browse files
committed
Add installation of aspell
The package "aspell" should be installed anyway because "aspell-fr" depends on it.
1 parent 6297b46 commit 1ac0b62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.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 aspell-fr
22+
sudo apt-get install gettext aspell aspell-fr
2323
python -m pip install --upgrade pip
2424
pip install -r requirements.txt
2525
pip install pytest

0 commit comments

Comments
 (0)