Skip to content

Commit

Permalink
install python3
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Nov 5, 2024
1 parent 44420b3 commit ea0c243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ansible_playbooks/ova_generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
state: present

- name: Install python
yum:
name: python3
state: present
become: yes
become: true
raw: sudo yum install -y python3

- name: Make build directory
file:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/builder_OVA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ jobs:
build_and_run:
runs-on: ubuntu-latest
steps:
- name: View parameters
run: echo "${{ toJson(inputs) }}"

- name: Install Python and create virtual environment
run: |
sudo apt-get update
Expand Down

0 comments on commit ea0c243

Please sign in to comment.