Skip to content

Commit fbc1701

Browse files
committed
Make sure latest seaborn is installed on Jenkins
1 parent 066afe5 commit fbc1701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/jenkins/branches/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pipeline {
2727
rm -rf tests_xml/
2828
rm -rf coverage/
2929
python -m pip install bayesian-optimization
30-
python -m pip install seaborn
30+
python -m pip install --upgrade seaborn>=0.13
3131
make unit_test'''
3232
}
3333
}

0 commit comments

Comments
 (0)