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