taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit e93bb2d323f0a869731b6b1b51c2fee61552789e
parent db237bc3112187c966ca46dfb8e4d8c5488dd3e6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 26 Apr 2021 16:51:17 +0200

ensure poetry is installed when building bank

Diffstat:
Mbin/taler-deployment | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -234,6 +234,7 @@ def build_sync(r, p): def build_bank(r, p): update_checkout(r, p) + subprocess.run(["pip3", "install", "poetry"], check=True) subprocess.run(["./bootstrap"], check=True) pfx = Path.home() / "local" pyconfigure()