Skip to content

Commit

Permalink
apt install python3-enchant instead of just enchant
Browse files Browse the repository at this point in the history
  • Loading branch information
rkent committed May 29, 2024
1 parent ee03ceb commit a326fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
sudo apt update && sudo apt install -y enchant graphviz
sudo apt update && sudo apt install -y python3-enchant graphviz
python -m pip install --upgrade setuptools
python -m pip install --upgrade doc8 pyenchant sphinx-rtd-theme sphinxcontrib-spelling
python -m pip install --upgrade doc8 sphinx-rtd-theme sphinxcontrib-spelling
- name: Check spelling
# show list of misspelled words
run: |
Expand Down

0 comments on commit a326fc6

Please sign in to comment.