Skip to content

Commit 96e3cb3

Browse files
committed
ci: Add bayesian-optimization during Jenkins build
1 parent 819aab5 commit 96e3cb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/jenkins/branches/Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pipeline {
1111
export PATH=$PATH:$CONDAPATH
1212
source activate climada_env
1313
rm -f pylint.log
14+
python -m pip install bayesian-optimization
1415
pylint -ry climada | tee pylint.log'''
1516

1617
discoverGitReferenceBuild referenceJob: 'climada_branches/develop'
@@ -25,6 +26,7 @@ pipeline {
2526
source activate climada_env
2627
rm -rf tests_xml/
2728
rm -rf coverage/
29+
python -m pip install bayesian-optimization
2830
python -m coverage run tests_runner.py unit
2931
python -m coverage xml -o coverage.xml
3032
python -m coverage html -d coverage'''
@@ -41,4 +43,4 @@ pipeline {
4143
cobertura coberturaReportFile: 'coverage.xml'
4244
}
4345
}
44-
}
46+
}

0 commit comments

Comments
 (0)