Skip to content

Commit eadc308

Browse files
[github actions] Fix enchant's install in the spelling job
1 parent 391323e commit eadc308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install enchant and aspell
122122
run: |
123123
sudo apt-get update
124-
sudo apt-get install enchant aspell-en
124+
sudo apt-get install enchant-2 aspell-en
125125
- name: Run pylint checks
126126
run: |
127127
. venv/bin/activate

0 commit comments

Comments
 (0)