From 8f44cb7dc7737433324083c0c307bf954d535200 Mon Sep 17 00:00:00 2001 From: "arkadiusz.adamski" Date: Thu, 3 Jun 2021 16:09:29 +0100 Subject: Use local version of the include script - Use local version of the include-raw-integration-install-robotframework.sh script - correct name of pip python module Issue-ID: POLICY-3092 Signed-off-by: arkadiusz.adamski Change-Id: Iba43621b3c8aebfa715cee91a75fd6832ccbc2be --- csit/include-raw-integration-install-robotframework.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csit/include-raw-integration-install-robotframework.sh') diff --git a/csit/include-raw-integration-install-robotframework.sh b/csit/include-raw-integration-install-robotframework.sh index 65b838b1..8375e736 100644 --- a/csit/include-raw-integration-install-robotframework.sh +++ b/csit/include-raw-integration-install-robotframework.sh @@ -26,9 +26,9 @@ source "${ROBOT_VENV}/bin/activate" set -exu # Make sure pip3 itself us up-to-date. -python3 -m pip3 install --upgrade pip3 +python3 -m pip install --upgrade pip echo "Installing Python Requirements" -python3 -m pip3 install -r pylibs.txt +python3 -m pip install -r pylibs.txt odltools -V pip3 freeze -- cgit 1.2.3-korg