add: update library

This commit is contained in:
Norbert Walkowiak 2023-06-06 08:19:37 +02:00
parent 65138e95c5
commit 4b41879813

5
Jenkinsfile vendored
View File

@ -43,6 +43,11 @@ pipeline {
git branch: 'master', url: 'https://git.wmi.amu.edu.pl/s487175/ium_z487175.git'
}
}
stage('Upgrade library') {
steps {
sh 'pip install --upgrade urllib3 chardet'
}
}
stage('Download from kaggle') {
steps {
sh 'kaggle datasets download -d shivam2503/diamonds > output.txt'