From e770718749bf1d2f622a9acf70f1e6ca80c1823d Mon Sep 17 00:00:00 2001 From: jf9860 Date: Wed, 1 Mar 2017 12:04:43 -0500 Subject: Fix template as per Marco Change-Id: I80dd12dd3c8c4237176bad5f9e5b39581e01b004 Signed-off-by: jf9860 --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 5fe9c1cd..804659d2 100644 --- a/setup.sh +++ b/setup.sh @@ -7,7 +7,7 @@ # get the path path=$(pwd) -pip install --target="$path/robot/library" 'selenium<=3.0.0' 'requests==2.11.1' 'robotframework-selenium2library==1.8.0' \ +pip install --no-cache-dir --target="$path/robot/library" 'selenium<=3.0.0' 'requests==2.11.1' 'robotframework-selenium2library==1.8.0' \ 'robotframework-databaselibrary==0.8.1' 'robotframework-extendedselenium2library==0.9.1' 'robotframework-requests==0.4.5' \ 'robotframework-sshlibrary==2.1.2' \ 'robotframework-sudslibrary==0.8' 'robotframework-ftplibrary==1.3' 'robotframework-rammbock==0.4.0.1' \ -- cgit 1.2.3-korg