Skip to content

Commit

Permalink
Merge pull request ansible-collections#757 from gravesm/gha-python-ve…
Browse files Browse the repository at this point in the history
…rsion

Remove ansible install step from kubevirt GHA
  • Loading branch information
gravesm committed Jul 9, 2024
2 parents 0afd257 + 6265a3e commit 44a2fc3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/integration-tests-kubevirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ jobs:
path: ${{ env.kubevirt }}
ref: main

# Install ansible
- name: Install ansible-core (${{ env.ansible_version }})
run: >-
python3 -m pip install
https://github.com/ansible/ansible/archive/${{ env.ansible_version }}.tar.gz
--disable-pip-version-check
shell: bash

- name: Build and install kubevirt.core collection
id: install-kubevirt
uses: ansible-network/github_actions/.github/actions/build_install_collection@main
Expand Down

0 comments on commit 44a2fc3

Please sign in to comment.