diff --git a/Jenkinsfile b/Jenkinsfile index 52b9ae0a3f..95c638771a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,6 +23,7 @@ pipeline { stage('Install Python dependencies') { steps { sh 'bash -c "make -j venv"' + sh '.venv/bin/python3 -m pip install GitPython' // Progress script from jenkins requires GitPython } } stage('Copy ROM') {