From 4b447cc3016176a2d0bdeae85012c30b698cf3ef Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Fri, 4 Dec 2020 12:33:10 +0530 Subject: [PATCH] CI fix (#322) Fixes: #316 --- .github/workflows/ci.yml | 2 +- tests/integration/targets/kubernetes/tasks/main.yml | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bc50078..4e490c60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: python-version: ${{ matrix.python_version }} - name: Install ansible base (devel branch) - run: pip install "ansible>=2.9.0,<2.10.0" + run: pip install "ansible>=2.9.0,<2.10.0" pip==20.3.1 - name: Run integration tests on Python ${{ matrix.python_version }} run: make downstream-test-integration diff --git a/tests/integration/targets/kubernetes/tasks/main.yml b/tests/integration/targets/kubernetes/tasks/main.yml index 681d7c8c..de85850d 100644 --- a/tests/integration/targets/kubernetes/tasks/main.yml +++ b/tests/integration/targets/kubernetes/tasks/main.yml @@ -16,7 +16,7 @@ - pip: name: - openshift>=0.9.2 - - coverage + - coverage>=5.3 virtualenv: "{{ virtualenv }}" virtualenv_command: "{{ virtualenv_command }}" virtualenv_site_packages: no @@ -36,7 +36,7 @@ name: - kubernetes-validate==1.12.0 - openshift>=0.9.2 - - coverage + - coverage>=5.3 virtualenv: "{{ virtualenv }}" virtualenv_command: "{{ virtualenv_command }}" virtualenv_site_packages: no @@ -56,8 +56,14 @@ - pip: name: - kubernetes==12.0.0 + - coverage>=5.3 + virtualenv: "{{ virtualenv }}" + virtualenv_command: "{{ virtualenv_command }}" + virtualenv_site_packages: no + +- pip: + name: - openshift>=0.9.2 - - coverage virtualenv: "{{ virtualenv }}" virtualenv_command: "{{ virtualenv_command }}" virtualenv_site_packages: no