From a3bff1492480b9379f403632e99ce333ce283ddf Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 1 Jul 2024 11:22:36 +0200 Subject: [PATCH] Update pip, should not fix the issue though. --- .github/workflows/molecule.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 3996354..6417465 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -76,8 +76,10 @@ jobs: with: python-version: '3.x' - - name: Install test dependencies. - run: pip3 install ansible molecule molecule-plugins[docker] docker + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install molecule docker ansible - name: Run Molecule tests. run: molecule test