We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438dd77 commit c1cfd08Copy full SHA for c1cfd08
1 file changed
.github/workflows/pythonpackage.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ${{ matrix.python-version }}
20
- name: Install dependencies
21
run: |
22
- sudo apt-get install gettext
+ sudo apt-get install gettext aspell-fr
23
python -m pip install --upgrade pip
24
pip install -r requirements.txt
25
- name: Lint with flake8
0 commit comments