This commit is contained in:
Jakub Zaręba 2023-05-10 17:08:50 +02:00
parent f7d99afe2f
commit cca5f3ea56

View File

@ -11,7 +11,7 @@ pipeline {
stages { stages {
stage('Preparation') { stage('Preparation') {
steps { steps {
sh 'pip install pandas tensorflow' sh 'pip install pandas tensorflow scikit-learn imbalanced-learn'
} }
} }
stage('Pobierz dane') { stage('Pobierz dane') {