summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-12-08 12:01:35 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-12-08 16:52:29 +0100
commitb1012d40c915f1bd5168638f2805015b976b14e8 (patch)
tree9a92bceab146509634b133df6df21249e1cf145b /.github
parent3da880cb813492f4585d3720ed23ba759d862dd5 (diff)
downloadpylint-git-b1012d40c915f1bd5168638f2805015b976b14e8.tar.gz
[github actions] Fix enchant's install in the spelling job
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/checks.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml
index d49a4711a..30dd1b1e3 100644
--- a/.github/workflows/checks.yaml
+++ b/.github/workflows/checks.yaml
@@ -121,7 +121,7 @@ jobs:
- name: Install enchant and aspell
run: |
sudo apt-get update
- sudo apt-get install enchant aspell-en
+ sudo apt-get install enchant-2 aspell-en
- name: Run pylint checks
run: |
. venv/bin/activate