diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca2d6ec..5cdf61c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,6 @@ name: CI - main schedule: - cron: '30 1 * * 3' - jobs: lint: @@ -57,7 +56,7 @@ jobs: python-version: '3.x' - name: Install test dependencies - run: pip install 'ansible${{ matrix.ansible-version }}' molecule[docker] docker + run: pip install 'ansible${{ matrix.ansible-version }}' molecule molecule-plugins[docker] docker - name: Run Molecule tests run: |