From 509c5a9124c5d58675faf391e25bdb2671ed3a8f Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Fri, 9 Jun 2023 15:39:32 +0200 Subject: [PATCH] Fix some tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f182f96..6776c26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,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-plugins[docker] docker - name: Run Molecule tests run: |