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

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:02 +00:00
parent dcf0f01508
commit fe242ca5b3
+2
View File
@@ -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"