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
Vendored
+1
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
'''
}
}