Skip to content

Commit 5c748bd

Browse files
Merge pull request #757 from gravesm/gha-python-version (#758)
This is a backport of PR #757 as merged into main (44a2fc3). SUMMARY Ansible 2.17 is already included in the ubuntu-latest runner image, so there's no need for a separate install step. It was broken in any case because the python version being used was too low for ansible 2.18. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mike Graves <[email protected]>
1 parent 1c29556 commit 5c748bd

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)