From 4348e466358a7fc708e43cd29ce4840f0a3380d4 Mon Sep 17 00:00:00 2001 From: Bilal Amarni Date: Fri, 3 Aug 2018 13:44:13 +0200 Subject: [PATCH] Update pip and setuptools before installing requirements --- ci/release.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/release.groovy b/ci/release.groovy index 6e3f45187..d646be750 100644 --- a/ci/release.groovy +++ b/ci/release.groovy @@ -25,6 +25,7 @@ pipeline { cd scripts; \ python -m venv env; \ source env/bin/activate; \ + pip install --upgrade pip setuptools; \ pip install -r requirements.txt; \ ./release_tag.py" '''