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

Update 5

parent 00a9d392
No related branches found
No related tags found
No related merge requests found
Pipeline #119268 failed
......@@ -31,7 +31,7 @@ echo -e "\e[0Ksection_start:$(date +%s):python_venv[collapsed=true]\r\e[0KCreati
python3 -m venv --system-site-packages venv/
# shellcheck disable=SC1091
. venv/bin/activate
python3 -m pip install --user pipx
python3 -m pip install pipx
python3 -m pipx ensurepath
pipx install poetry
(cd "${REPO_DIR}/tests/integration/haf-local-tools" && poetry install)
......
......@@ -31,7 +31,7 @@ echo -e "\e[0Ksection_start:$(date +%s):python_venv[collapsed=true]\r\e[0KCreati
python3 -m venv --system-site-packages venv/
# shellcheck disable=SC1091
. venv/bin/activate
python3 -m pip install --user pipx
python3 -m pip install pipx
python3 -m pipx ensurepath
pipx install poetry
(cd "${REPO_DIR}/tests/integration/haf-local-tools" && poetry install)
......
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