From c96f28581c32e0de17939b6570959bb6d87573a0 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 20 Feb 2020 10:53:42 -0600 Subject: [PATCH] Issue #30: Install molecule latest version since 3.0 is released. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa5dba17..49e9d991 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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