summaryrefslogtreecommitdiffstats
path: root/csit/include-raw-integration-install-robotframework.sh
diff options
context:
space:
mode:
Diffstat (limited to 'csit/include-raw-integration-install-robotframework.sh')
-rwxr-xr-xcsit/include-raw-integration-install-robotframework.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/include-raw-integration-install-robotframework.sh b/csit/include-raw-integration-install-robotframework.sh
index 1fb107b6..2711d18e 100755
--- a/csit/include-raw-integration-install-robotframework.sh
+++ b/csit/include-raw-integration-install-robotframework.sh
@@ -19,7 +19,7 @@
# ============LICENSE_END=====================================================
#
-ROBOT_VENV=$(mktemp -d --suffix=robot_venv)
+ROBOT_VENV=$(mktemp -d)
echo "ROBOT_VENV=${ROBOT_VENV}" >> "${WORKSPACE}/env.properties"
echo "Python version is: $(python3 --version)"
@@ -33,5 +33,5 @@ set -exu
python3 -m pip install --upgrade pip
echo "Installing Python Requirements"
-python3 -m pip install -r pylibs.txt
+python3 -m pip install -r ${SCRIPTS}/pylibs.txt
python3 -m pip freeze