diff --git a/Jenkinsfile b/Jenkinsfile index 6e8437c..6850fed 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,7 @@ node { copyArtifacts filter: 'Car_Prices_Poland_Kaggle.csv', fingerprintArtifacts: true, projectName: 's452662-create-dataset', selector: lastSuccessful() } stage('Run') { + sh 'apt-get install python' sh 'python sacred.py' } stage('Save model into artifact') {