We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f961be8 commit 31e0cf8Copy full SHA for 31e0cf8
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,6 @@ jobs:
12
matrix:
13
os:
14
- ubuntu-22.04
15
- - ubuntu-20.04
16
python-version:
17
- "3.7"
18
- "3.8"
@@ -33,7 +32,7 @@ jobs:
33
32
34
- name: Install dependencies
35
run: |
36
- sudo apt-get install gettext aspell aspell-fr enchant
+ sudo apt-get install gettext aspell aspell-fr enchant-2
37
python -m pip install --upgrade pip
38
pip install -r requirements.txt
39
pip install bandit coverage flake8 pylint pytest pytest-cov
0 commit comments