Upgrading pip before the action runs

This commit is contained in:
2021-02-10 18:49:48 +01:00
parent b52a452408
commit 5c2949e038

View File

@@ -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