Skip to content

Commit

Permalink
[github actions] Fix enchant's install in the spelling job
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Dec 13, 2022
1 parent 391323e commit eadc308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Expand Up @@ -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
Expand Down

0 comments on commit eadc308

Please sign in to comment.