ci: install pyyaml before YAML validation step
CI/CD / build-and-push (push) Successful in 5s

catthehacker/ubuntu:act-22.04 does not include PyYAML pre-installed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
chemavx
2026-04-25 10:03:04 +00:00
parent ed5c038a50
commit b6a83c687d
+2
View File
@@ -75,6 +75,8 @@ jobs:
- name: Update k8s manifests - name: Update k8s manifests
run: | run: |
pip3 install pyyaml -q
TAG=${{ steps.tag.outputs.TAG }} TAG=${{ steps.tag.outputs.TAG }}
git config --global user.email "ci@git.chemavx.xyz" git config --global user.email "ci@git.chemavx.xyz"