summaryrefslogtreecommitdiffhomepage
path: root/tools/vm/ubuntu1604/40_kokoro.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vm/ubuntu1604/40_kokoro.sh')
-rwxr-xr-xtools/vm/ubuntu1604/40_kokoro.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vm/ubuntu1604/40_kokoro.sh b/tools/vm/ubuntu1604/40_kokoro.sh
index 2974f156c..d3b96c9ad 100755
--- a/tools/vm/ubuntu1604/40_kokoro.sh
+++ b/tools/vm/ubuntu1604/40_kokoro.sh
@@ -41,7 +41,7 @@ while true; do
done
# junitparser is used to merge junit xml files.
-pip install junitparser
+pip install --no-cache-dir junitparser
# We need a kbuilder user, which may already exist.
useradd -c "kbuilder user" -m -s /bin/bash kbuilder || true