Skip to content

Commit 44a2fc3

Browse files
authored
Merge pull request ansible-collections#757 from gravesm/gha-python-version
Remove ansible install step from kubevirt GHA
2 parents 0afd257 + 6265a3e commit 44a2fc3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/integration-tests-kubevirt.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ jobs:
7272
path: ${{ env.kubevirt }}
7373
ref: main
7474

75-
# Install ansible
76-
- name: Install ansible-core (${{ env.ansible_version }})
77-
run: >-
78-
python3 -m pip install
79-
https://github.com/ansible/ansible/archive/${{ env.ansible_version }}.tar.gz
80-
--disable-pip-version-check
81-
shell: bash
82-
8375
- name: Build and install kubevirt.core collection
8476
id: install-kubevirt
8577
uses: ansible-network/github_actions/.github/actions/build_install_collection@main

0 commit comments

Comments
 (0)