Install GitPython in Jenkins (#1540)

This commit is contained in:
Anghelo Carvajal 2024-01-19 13:34:44 -03:00 committed by GitHub
parent 1b9aa96b3a
commit e32e44ff40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -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
'''
}
}