ci: install gettext
This commit is contained in:
parent
41f5fa840b
commit
b6d35d152c
|
@ -31,6 +31,8 @@ steps:
|
|||
image: python:3.11-alpine
|
||||
commands:
|
||||
- *path
|
||||
- apk update
|
||||
- apk add --no-cache gettext
|
||||
- django-admin compilemessages
|
||||
- python -m build
|
||||
|
||||
|
|
Loading…
Reference in New Issue