Skip to content

Commit 75a6c79

Browse files
committed
fix spellcheck setup
1 parent 4e88214 commit 75a6c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: 3.7
1616
- name: Install dependencies
1717
run: |
18-
sudo apt update && sudo apt install -y enchant
18+
sudo apt update && sudo apt install -y enchant-2
1919
python -m pip install --upgrade setuptools
2020
python -m pip install --upgrade pyenchant sphinx-rtd-theme sphinxcontrib-spelling
2121
- name: Check spelling

0 commit comments

Comments
 (0)