From b7eb64ab25b6021babe4df3f50400c352f3af7a4 Mon Sep 17 00:00:00 2001 From: "Malin J." Date: Tue, 15 Oct 2024 09:52:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20Trying=20to=20add=20ven?= =?UTF-8?q?v=20to=20test=20#2565?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/PREPROD-webs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/PREPROD-webs.yaml b/.github/workflows/PREPROD-webs.yaml index db794fd96..1b7bc9d1f 100644 --- a/.github/workflows/PREPROD-webs.yaml +++ b/.github/workflows/PREPROD-webs.yaml @@ -46,6 +46,8 @@ jobs: id: modify-radix run: | # Install pre-requisite + python3 -m venv venv + source venv/bin/activate python -m pip install --user ruamel.yaml python ci/upgradeEnvironment.py web ${{ env.IMAGE_TAG_SHA }} ${{ secrets.ENV }} git config --global user.name 'github'