Skip to content

Commit

Permalink
Setup Python venv
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Oct 30, 2024
1 parent c4ac57e commit 378c0c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -93,6 +93,7 @@ jobs:
#
IMAGES: ${{ inputs.images }}
run: |
source ./venv/bin/activate
DOCKER_REPOSITORY=$(echo "$DOCKER_REPOSITORY" | sed '/^#/d')
set -f
set -- $IMAGES
Expand Down

0 comments on commit 378c0c9

Please sign in to comment.