Merge pull request 'fix(CI): install python3 before artifacthub-pkg.yml validation (PRI-1612)' (#200) from fix/python3-in-node22-slim into main

fix(CI): install python3 before artifacthub-pkg.yml validation (QA merge)
This commit is contained in:
2026-05-20 01:13:29 +00:00
+3
View File
@@ -19,6 +19,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Install Python
run: apt-get update && apt-get install -y --no-install-recommends python3 python3-yaml
- name: Validate artifacthub-pkg.yml
run: |
python3 - <<'EOF'