X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fdev_deploy_check.sh;h=0ce135ad5dab7f468c8a589787e60db13a88cef3;hb=6a83d0b2757894f96b26f2490326979862d9f704;hp=68a9ac2b0775df53dde1c60003178d8d34b10902;hpb=2e9b552d5efe383ce08ff48a9739031f28251013;p=apex.git diff --git a/ci/dev_deploy_check.sh b/ci/dev_deploy_check.sh index 68a9ac2b..0ce135ad 100755 --- a/ci/dev_deploy_check.sh +++ b/ci/dev_deploy_check.sh @@ -42,6 +42,9 @@ for i in epel-release python34-PyYAML openvswitch openstack-tripleo libguestfs l fi done +# install pip dependencies +easy_install-3.4 pip +sudo pip3 install python-ipmi # Make sure jinja2 is installed easy_install-3.4 jinja2