From 87d1a3e26f315f0d9a612af3e1567d948d510396 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 20 Nov 2023 12:02:55 +0100 Subject: [PATCH] Missing hunspell in CI. --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) 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