From da23fae3d6a6a1a056ee9c5062cba29ccd406dd1 Mon Sep 17 00:00:00 2001 From: koralowiec Date: Wed, 26 Apr 2023 09:19:35 +0200 Subject: [PATCH] fix(ci): change Python dependencies downloaded for tests --- .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 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: |