Skip to content
Snippets Groups Projects
Verified Commit 3cb6f854 authored by Konrad Botor's avatar Konrad Botor
Browse files

Update 6

parent 212445f3
No related branches found
No related tags found
No related merge requests found
Pipeline #119297 passed
...@@ -3,9 +3,6 @@ set -xeuo pipefail ...@@ -3,9 +3,6 @@ set -xeuo pipefail
sudo apt-get update sudo apt-get update
sudo apt-get install -y git python3 python3-venv python3-pip sudo apt-get install -y git python3 python3-venv python3-pip
python3 -m pip install --user pipx
python3 -m pipx ensurepath
pipx install poetry
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )" SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
SCRIPTSDIR="$SCRIPTPATH/.." SCRIPTSDIR="$SCRIPTPATH/.."
...@@ -33,6 +30,9 @@ echo -e "\e[0Ksection_start:$(date +%s):python_venv[collapsed=true]\r\e[0KCreati ...@@ -33,6 +30,9 @@ echo -e "\e[0Ksection_start:$(date +%s):python_venv[collapsed=true]\r\e[0KCreati
python3 -m venv --system-site-packages venv/ python3 -m venv --system-site-packages venv/
# shellcheck disable=SC1091 # shellcheck disable=SC1091
. venv/bin/activate . venv/bin/activate
python3 -m pip install pipx
python3 -m pipx ensurepath
pipx install poetry
(cd "${REPO_DIR}/tests/integration/haf-local-tools" && poetry install) (cd "${REPO_DIR}/tests/integration/haf-local-tools" && poetry install)
echo -e "\e[0Ksection_end:$(date +%s):python_venv\r\e[0K" echo -e "\e[0Ksection_end:$(date +%s):python_venv\r\e[0K"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment