From fa68b65ddb325bb3d98699232b5d8c98381fb441 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 22 Aug 2018 08:08:27 -0500 Subject: [PATCH] update pip before doing anything --- build-py-project.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-py-project.sh b/build-py-project.sh index c17d4bb..680e167 100644 --- a/build-py-project.sh +++ b/build-py-project.sh @@ -79,6 +79,7 @@ export PATH=`pwd`/.env/local/bin:$PATH PIP="${PY_EXE} $(which pip)" +$PIP install --upgrade pip $PIP install setuptools # Pinned to 3.0.4 because of https://github.com/pytest-dev/pytest/issues/2434 -- GitLab