This commit is contained in:
Adam Wojdyla 2022-04-02 03:24:58 +02:00
parent ad6a1bd761
commit d223e3f0f7

View File

@ -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'
}
}
}