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