last try
This commit is contained in:
parent
ad6a1bd761
commit
d223e3f0f7
@ -26,7 +26,10 @@ pipeline {
|
||||
stages {
|
||||
stage('Prepare dataset') {
|
||||
steps {
|
||||
sh 'python ./script.py'
|
||||
sh 'python3 -m pip install kaggle'
|
||||
sh 'python3 -m pip install numpy'
|
||||
sh 'python3 -m pip install pandas'
|
||||
sh 'python3 ./script.py'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user