From 135d204dad37384bc0e53b30e73585164728c294 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Fri, 14 Jun 2024 12:08:25 +0200 Subject: [PATCH] add command so that poetry is available in shell runner --- run_xexe.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run_xexe.sh b/run_xexe.sh index 04cd746..d2d759f 100644 --- a/run_xexe.sh +++ b/run_xexe.sh @@ -29,6 +29,10 @@ echo "Updating xexe project from git." git checkout master git pull +# Make poetry available +echo "Including Poetry in PATH" +export PATH="$HOME/.local/bin:$PATH" + # DWH-healthcheck echo "Running DWH healthcheck..." poetry run xexe dwh-healthcheck