Skip to content

Commit

Permalink
changed location of the python interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Nov 4, 2024
1 parent a0bdf15 commit 042bb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builder_OVA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- name: View parameters
run: echo "${{ toJson(inputs) }}"

- name: Install Python and create virtual environment
run: |
sudo apt-get update
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
wia_scripts=${{ env.WIA_DIR }} \
wia_repository=${{ env.WIA_REPOSITORY }} \
builder_args='$builder_args' \
ansible_python_interpreter='${{ github.workspace }}/ova_env/bin/python3' \
ansible_python_interpreter='ova_env/bin/python3' \
debug=yes" ${{ inputs.DEBUG }}
- name: Export Instance to create OVA
Expand Down

0 comments on commit 042bb82

Please sign in to comment.