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