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

[Dev] Update poetry.lock before install

parent c53a81d9
No related branches found
No related tags found
No related merge requests found
Pipeline #436 passed with warnings
......@@ -9,10 +9,11 @@ case "$1" in
set -e
cd "$(dirname "$0")"
remove_pip_metadata
poetry lock
poetry install
for d in apps/official/*; do
remove_pip_metadata
poetry run sh -c "cd $d; poetry install"
poetry run sh -c "cd $d; poetry lock; poetry install"
done
remove_pip_metadata
poetry run ./manage.py compilemessages
......
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