Skip to content

Commit

Permalink
fix python interpreter location
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Nov 4, 2024
1 parent 042bb82 commit a0dfd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder_OVA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
wia_scripts=${{ env.WIA_DIR }} \
wia_repository=${{ env.WIA_REPOSITORY }} \
builder_args='$builder_args' \
ansible_python_interpreter='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 a0dfd6f

Please sign in to comment.