#!/bin/bash sudo apt update -y sudo apt upgrade -y git config --global --add safe.directory ${WORKSPACE_FOLDER} sudo chown $(id -u):$(id -g) -fR \ ${WORKSPACE_FOLDER}/.venv \ ${WORKSPACE_FOLDER}/node_modules cd ${WORKSPACE_FOLDER} uv python install uv venv --allow-existing