X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fcheck-info-votes.sh;h=32384be4ddcea18548ca8532b52973257688d1a8;hb=4c9d63d0cfb155b8e7ba9a08d6afd60e2b84e9a9;hp=fb489afd816d52ecfe1242d5c833c07095f882cc;hpb=a84f98eb5f612bff6f751e576dc34d41fed76609;p=releng%2Fglobal-jjb.git diff --git a/shell/check-info-votes.sh b/shell/check-info-votes.sh index fb489afd..32384be4 100644 --- a/shell/check-info-votes.sh +++ b/shell/check-info-votes.sh @@ -36,10 +36,10 @@ if [ -d "/opt/pyenv" ]; then export PYENV_VERSION="3.6.4" fi -$pip install niet -$pip install lftools -$pip install lftools[nexus] -$pip install jsonschema +$pip install --user niet +$pip install --user lftools +$pip install --user lftools[nexus] +$pip install --user jsonschema echo "Checking votes:" lftools infofile check-votes INFO.yaml "$GERRIT_URL" "$ref" > gerrit_comment.txt