Skip to content

Commit

Permalink
Merge pull request #757 from gravesm/gha-python-version (#758)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
patchback[bot] authored Jul 10, 2024
1 parent 1c29556 commit 5c748bd
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 5c748bd

Please sign in to comment.