test jenkins build
This commit is contained in:
parent
ee8737fc15
commit
6acf4154b5
10
Jenkinsfile
vendored
Normal file
10
Jenkinsfile
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('Stage 1') {
|
||||||
|
steps {
|
||||||
|
echo 'Hello world!'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
2
init.py
2
init.py
@ -13,7 +13,7 @@ if not file_exists:
|
|||||||
subprocess.run(["pip", "install", "--user", "kaggle"])
|
subprocess.run(["pip", "install", "--user", "kaggle"])
|
||||||
subprocess.run(["pip", "install", "--user", "pandas"])
|
subprocess.run(["pip", "install", "--user", "pandas"])
|
||||||
subprocess.run(["pip", "install", "--user", "scikit-learn"])
|
subprocess.run(["pip", "install", "--user", "scikit-learn"])
|
||||||
subprocess.run(["pip", "install", "--user", "matplotlib"])
|
# subprocess.run(["pip", "install", "--user", "matplotlib"])
|
||||||
subprocess.run(["kaggle", "datasets", "download", "-d", "hakeem/atp-and-wta-tennis-data"])
|
subprocess.run(["kaggle", "datasets", "download", "-d", "hakeem/atp-and-wta-tennis-data"])
|
||||||
subprocess.run(["unzip", "-o", "atp-and-wta-tennis-data.zip"])
|
subprocess.run(["unzip", "-o", "atp-and-wta-tennis-data.zip"])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user