Skip to content

Commit b19c3e3

Browse files
committed
Remove custom changes to Jenkins script
1 parent 57cd23f commit b19c3e3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

script/jenkins/branches/Jenkinsfile

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

1716
discoverGitReferenceBuild referenceJob: 'climada_branches/develop'
@@ -26,8 +25,6 @@ pipeline {
2625
source activate climada_env
2726
rm -rf tests_xml/
2827
rm -rf coverage/
29-
python -m pip install bayesian-optimization
30-
python -m pip install --upgrade seaborn>=0.13
3128
make unit_test'''
3229
}
3330
}

0 commit comments

Comments
 (0)