Skip to content
Snippets Groups Projects
Verified Commit 4e8d1c6d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix build environment for compiling messages

parent 2f7ccc1d
No related branches found
No related tags found
1 merge request!483Resolve "runserver stopped working with aleksis-admin in Django 3.1.6"
Pipeline #5810 passed
......@@ -35,6 +35,7 @@ commands =
[testenv:build]
commands_pre =
poetry install
poetry run sh -c "cd aleksis; aleksis-admin compilemessages"
commands = poetry build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment