Skip to content

Commit

Permalink
[CI] Fix installing enchant for github docs workflow
Browse files Browse the repository at this point in the history
The enchant package was renamed for version 2 to enchant-2 and original
enchant package removed in Ubuntu 22.04 so docs workflow failed

Fixed by using latest package and specifying ubuntu version to avoid
unexpected failures in future.
  • Loading branch information
cas-- committed Dec 1, 2022
1 parent 3565a9a commit d0acd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
pip install --upgrade pip wheel
pip install tox
sudo apt-get install enchant
sudo apt-get install enchant-2
- name: Test with tox
env:
Expand Down

0 comments on commit d0acd3e

Please sign in to comment.