We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e88214 commit 75a6c79Copy full SHA for 75a6c79
.github/workflows/spellcheck.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: 3.7
16
- name: Install dependencies
17
run: |
18
- sudo apt update && sudo apt install -y enchant
+ sudo apt update && sudo apt install -y enchant-2
19
python -m pip install --upgrade setuptools
20
python -m pip install --upgrade pyenchant sphinx-rtd-theme sphinxcontrib-spelling
21
- name: Check spelling
0 commit comments