Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59b2a3a

Browse files
committed
Missing dependency in woodpecker config.
1 parent 0f1cb12 commit 59b2a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.woodpecker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ steps:
3131
image: python
3232
commands:
3333
- apt-get update
34-
- apt-get install -y hunspell hunspell-fr-comprehensive
34+
- apt-get install -y hunspell hunspell-fr-comprehensive gettext
3535
- python3 -m pip install -r requirements.txt
3636
- make diff
3737
- make verifs

0 commit comments

Comments
 (0)