Issue #30: Install molecule latest version since 3.0 is released.

This commit is contained in:
Jeff Geerling
2020-02-20 10:53:42 -06:00
parent eb81891577
commit c96f28581c

View File

@@ -76,9 +76,8 @@ jobs:
with:
python-version: ${{ matrix.python_version }}
# TODO: Remove molecule version constraint after 3.0 is released.
- name: Install molecule and openshift dependencies
run: pip install molecule===3.0a9 yamllint openshift
run: pip install molecule yamllint openshift
- name: Install ansible-base
run: pip install git+https://github.com/ansible-collection-migration/ansible-base.git --disable-pip-version-check