Skip to content

Commit

Permalink
modify enchant package installed in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sdmcgrath committed Jul 15, 2024
1 parent f86be1f commit c586fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: 3.11
- name: Install dependencies
run: |
sudo apt update && sudo apt install -y enchant graphviz
sudo apt update && sudo apt install -y enchant-2 graphviz
python -m pip install --upgrade setuptools
python -m pip install --upgrade doc8 pyenchant sphinx-rtd-theme sphinxcontrib-spelling
- name: Check spelling
Expand Down

0 comments on commit c586fe0

Please sign in to comment.