From 5c748bd4e95d4b7e69908890facbfde5fd622e2e Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:09:23 +0000 Subject: [PATCH] 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 --- .github/workflows/integration-tests-kubevirt.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/integration-tests-kubevirt.yaml b/.github/workflows/integration-tests-kubevirt.yaml index aa6a1d54..192a6c3f 100644 --- a/.github/workflows/integration-tests-kubevirt.yaml +++ b/.github/workflows/integration-tests-kubevirt.yaml @@ -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