Another fix

This commit is contained in:
s478841 2022-03-26 17:11:22 +01:00
parent 56e93c6c86
commit b4d4177068

2
Jenkinsfile vendored
View File

@ -16,7 +16,6 @@ node {
])
])
}
}
stage('Install depends.') {
sh 'pip install --user -r requirements.txt'
@ -33,3 +32,4 @@ stage('Prepare dataset') {
sh 'chmod u+x ./load_data.sh'
sh './load_data.sh'
}
}