add: update library

This commit is contained in:
Norbert Walkowiak 2023-06-06 08:34:37 +02:00
parent c60b9b4861
commit 18aaaacee9

6
Jenkinsfile vendored
View File

@ -42,6 +42,12 @@ pipeline {
steps {
git branch: 'master', url: 'https://git.wmi.amu.edu.pl/s487175/ium_z487175.git'
}
}
stage('Upgrade library') {
steps {
sh 'pip install --upgrade urllib3 chardet'
sh 'pip install --upgrade pyopenssl'
}
}
stage('Download from kaggle') {
steps {