diff --git a/.woodpecker.yml b/.woodpecker.yml index 02f2b63..da267be 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,5 +4,7 @@ pipeline: test: image: python commands: + - apt-get update + - apt-get install -y hunspell - python3 -m pip install tox - tox run