update Pipfile.lock

This commit is contained in:
scito 2025-10-12 14:56:02 +02:00 committed by Roland Kurmann
parent f4b81d890c
commit 6b1bc4ee06
3 changed files with 11 additions and 39 deletions

View file

@ -381,7 +381,7 @@ if $build_local; then
$PIPENV --version
cmd="$PIPENV --rm && $PIPENV update && $PIPENV install"
cmd="rm Pipfile.lock; $PIPENV --rm && $PIPENV install && $PIPENV update"
if $interactive ; then askContinueYn "$cmd"; else echo -e "${cyan}$cmd${reset}";fi
eval "$cmd"