s
This commit is contained in:
parent
7df7ca24fb
commit
531295bb87
@ -15,14 +15,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Setup Python') {
|
|
||||||
steps {
|
|
||||||
sh """
|
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
|
||||||
"""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Install DVC') {
|
stage('Install DVC') {
|
||||||
steps {
|
steps {
|
||||||
sh 'pip install dvc'
|
sh 'pip install dvc'
|
||||||
|
Loading…
Reference in New Issue
Block a user