mirror of https://github.com/zeldaret/mm.git
Install GitPython in Jenkins (#1540)
This commit is contained in:
parent
1b9aa96b3a
commit
e32e44ff40
|
@ -26,6 +26,7 @@ pipeline {
|
||||||
sh 'python3 -m venv .venv'
|
sh 'python3 -m venv .venv'
|
||||||
sh '''. .venv/bin/activate
|
sh '''. .venv/bin/activate
|
||||||
python3 -m pip install -U -r requirements.txt
|
python3 -m pip install -U -r requirements.txt
|
||||||
|
python3 -m pip install -U GitPython
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue