Skip to content

Commit

Permalink
remove openshift dependency for molecule testing (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo authored Jun 2, 2021
1 parent 92e6ff2 commit dd53fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd53fde

Please sign in to comment.