[CI] Fix installing enchant for github docs workflow

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.
This commit is contained in:
Calum Lind
2022-12-01 13:11:44 +00:00
parent 3565a9a817
commit d0acd3e06e

View File

@ -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: