From fe242ca5b3000ae8e14b82d3cfa7bf4077cd8e85 Mon Sep 17 00:00:00 2001 From: chemavx Date: Sat, 25 Apr 2026 10:03:02 +0000 Subject: [PATCH] ci: install pyyaml before YAML validation step catthehacker/ubuntu:act-22.04 does not include PyYAML pre-installed. Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2be25f0..99bf420 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -104,6 +104,8 @@ jobs: - name: Update k8s manifests run: | + pip3 install pyyaml -q + TAG=${{ steps.tag.outputs.TAG }} git config --global user.email "ci@git.chemavx.xyz"