X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fnode-install.sh;h=da6cfe430e6b93a6f5451019ae1deb9f7a858cf2;hb=0b1d0ba4945b93dc5d86fffef20f4be44fc5a2f9;hp=43aa7b40255e1825220e115222f8cdc09db2e0cd;hpb=7eb6004ea840df565c6df3620a71668a58f3df0a;p=releng%2Fglobal-jjb.git diff --git a/shell/node-install.sh b/shell/node-install.sh index 43aa7b40..da6cfe43 100644 --- a/shell/node-install.sh +++ b/shell/node-install.sh @@ -17,9 +17,8 @@ set -e -o pipefail virtualenv --quiet "/tmp/v/python" # shellcheck source=/tmp/v/node/bin/activate disable=SC1091 source "/tmp/v/python/bin/activate" -pip install --quiet --upgrade pip setuptools -pip install --quiet --upgrade pipdeptree +pip install --quiet --upgrade "pip==9.0.3" setuptools pip install --quiet --upgrade nodeenv -echo "----> Pip Dependency Tree" -pipdeptree +echo "----> pip freeze" +pip freeze