X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fcheck-info-votes.sh;h=32384be4ddcea18548ca8532b52973257688d1a8;hb=b55451a53da28d40c62de5cae462302a32fe4c31;hp=fb489afd816d52ecfe1242d5c833c07095f882cc;hpb=30fb028f8fe8376c690c2e0b4e82597a8a66ea05;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