From 4da7d6a1d4f29adecedc56c62278e37c2256396e Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Fri, 21 Jun 2024 14:35:31 +0100 Subject: [PATCH] Fix file --- .github/workflows/molecule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 95147963..62869861 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -13,8 +13,8 @@ jobs: uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v2 - with: - python-version: '3.x' + with: + python-version: '3.x' - name: Install dependencies run: | pip install molecule molecule-plugins[docker] pytest pytest-testinfra