Requirements.txt init

This commit is contained in:
s478841 2022-03-26 15:54:14 +01:00
parent d014433a3f
commit 6a0c61b643
3 changed files with 5 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -33,8 +33,8 @@ pipeline {
sh 'echo Welcome: $KAGGLE_USERNAME'
sh 'kaggle datasets list'
}
sh "chmod u+x ./test_script.sh"
sh "./test_script.sh"
sh "chmod u+x ./load_data.sh"
sh "./load_data.sh"
}
}
}

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
kaggle==1.5.12
pandas==1.4.1
sklearn

View File

@ -1 +0,0 @@
echo "Everything went well"