Requirements.txt init
This commit is contained in:
parent
d014433a3f
commit
6a0c61b643
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
kaggle==1.5.12
|
||||
pandas==1.4.1
|
||||
sklearn
|
@ -1 +0,0 @@
|
||||
echo "Everything went well"
|
Loading…
Reference in New Issue
Block a user