From 9c0adce319d051784afa3083361c925de2a6cfaf Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Thu, 28 Aug 2025 16:51:11 +0000 Subject: [PATCH] Update .gitea/workflows/ci-test.yaml --- .gitea/workflows/ci-test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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