diff --git a/Jenkinsfile b/Jenkinsfile index 2270c0f1dc..acd0093f3a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,6 +26,7 @@ pipeline { sh 'python3 -m venv .venv' sh '''. .venv/bin/activate python3 -m pip install -U -r requirements.txt + python3 -m pip install -U GitPython ''' } }