We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cd23f commit b19c3e3Copy full SHA for b19c3e3
script/jenkins/branches/Jenkinsfile
@@ -11,7 +11,6 @@ pipeline {
11
export PATH=$PATH:$CONDAPATH
12
source activate climada_env
13
rm -f pylint.log
14
- python -m pip install bayesian-optimization
15
pylint -ry climada | tee pylint.log'''
16
17
discoverGitReferenceBuild referenceJob: 'climada_branches/develop'
@@ -26,8 +25,6 @@ pipeline {
26
25
27
rm -rf tests_xml/
28
rm -rf coverage/
29
30
- python -m pip install --upgrade seaborn>=0.13
31
make unit_test'''
32
}
33
0 commit comments