CI: Add missing mdependency

This commit is contained in:
Julien Palard 2023-03-28 00:29:45 +02:00
parent 3ecd689d5a
commit 9615a4be8c
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ pipeline:
test:
image: python
commands:
- apt-get update
- apt-get install -y hunspell hunspell-fr-comprehensive
- python3 -m pip install -r requirements.txt
- sphinx-lint --enable all --disable line-too-long *.po */*.po
- pospell -p dict -l fr_FR *.po */*.po