summaryrefslogtreecommitdiffstats
path: root/extras/bash/sandbox_test_functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extras/bash/sandbox_test_functions.sh')
-rw-r--r--extras/bash/sandbox_test_functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/bash/sandbox_test_functions.sh b/extras/bash/sandbox_test_functions.sh
index c4145675c..8db8d4c54 100644
--- a/extras/bash/sandbox_test_functions.sh
+++ b/extras/bash/sandbox_test_functions.sh
@@ -72,6 +72,7 @@ jjb-sandbox-env()
rm -rf $VENV_DIR \
&& python3 -m venv $VENV_DIR \
&& source $VENV_DIR/bin/activate \
+ && pip3 install --upgrade pip \
&& pip3 install wheel \
&& pip3 install jenkins-job-builder==$jjb_version