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