Skip to content

Commit 31e0cf8

Browse files
committed
Remove Ubuntu 20.04 from CI, replace enchant by enchant-2
1 parent f961be8 commit 31e0cf8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
matrix:
1313
os:
1414
- ubuntu-22.04
15-
- ubuntu-20.04
1615
python-version:
1716
- "3.7"
1817
- "3.8"
@@ -33,7 +32,7 @@ jobs:
3332

3433
- name: Install dependencies
3534
run: |
36-
sudo apt-get install gettext aspell aspell-fr enchant
35+
sudo apt-get install gettext aspell aspell-fr enchant-2
3736
python -m pip install --upgrade pip
3837
pip install -r requirements.txt
3938
pip install bandit coverage flake8 pylint pytest pytest-cov

0 commit comments

Comments
 (0)