diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 17d9af4..5301525 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -121,7 +121,8 @@ jobs: - name: Install dependencies run: | - pip install ruamel.yaml + pip install pyyaml + pip install yamllint - name: Init OpenTofu working-directory: infra/iac