From 5c2949e038b20a34ce20a3616466b19b7f511747 Mon Sep 17 00:00:00 2001 From: Conrad Date: Wed, 10 Feb 2021 18:49:48 +0100 Subject: [PATCH] Upgrading pip before the action runs --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 1658be5..66e53bd 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,6 +27,7 @@ _git_changed() { # PROGRAM echo "Installing dependencies..." +pip3 install -U pip pip3 install -r $INPUT_PIP_PATH echo "Creating data model..." cd $INPUT_PROJECT_PATH