Missing hunspell in CI.
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Julien Palard 2023-11-20 12:02:55 +01:00
parent f1a9ae321f
commit 87d1a3e26f
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 2 additions and 0 deletions

View File

@ -4,5 +4,7 @@ pipeline:
test:
image: python
commands:
- apt-get update
- apt-get install -y hunspell
- python3 -m pip install tox
- tox run