From 68e09a83a54b70df09be6631aeb446db125824df Mon Sep 17 00:00:00 2001 From: Michiel Thai <46019913+mieel@users.noreply.github.com> Date: Sun, 11 Apr 2021 09:28:37 +0200 Subject: [PATCH] Add install pytest/testinfra to for molecule CI --- .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 3b61970..92e1511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: python-version: '3.x' - name: Install test dependencies. - run: pip3 install ansible molecule[docker] docker + run: pip3 install ansible molecule[docker] docker pytest pytest-testinfra - name: Run Molecule tests. run: molecule test