From 378c0c9cc0db9cce2497e4c6dd30fc3db33b7f38 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 30 Oct 2024 19:30:29 +1000 Subject: [PATCH] Setup Python venv --- .github/workflows/build-docker-images.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index 3c542371..83e59c1a 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -59,7 +59,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Install python requirements + - name: Setup Virtual Environment & Install python requirements run: | python3 -m venv venv source ./venv/bin/activate @@ -93,6 +93,7 @@ jobs: # IMAGES: ${{ inputs.images }} run: | + source ./venv/bin/activate DOCKER_REPOSITORY=$(echo "$DOCKER_REPOSITORY" | sed '/^#/d') set -f set -- $IMAGES