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