diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e98f925c0f..6682b3188d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,8 +91,8 @@ jobs: # The 3.3.0 release of molecule introduced a breaking change. See # https://github.com/ansible-community/molecule/issues/3083 - - name: Install molecule and openshift dependencies - run: pip install ansible "molecule<3.3.0" yamllint openshift flake8 jsonpatch + - name: Install molecule and kubernetes dependencies + run: pip install ansible "molecule<3.3.0" yamllint kubernetes flake8 jsonpatch # The latest release doesn't work with Molecule currently. # See: https://github.com/ansible-community/molecule/issues/2757