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:
@@ -19,6 +19,9 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
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
|
- name: Validate artifacthub-pkg.yml
|
||||||
run: |
|
run: |
|
||||||
python3 - <<'EOF'
|
python3 - <<'EOF'
|
||||||
|
|||||||
Reference in New Issue
Block a user