Skip to content

Commit 9aa85fd

Browse files
committed
Add install PyYAML
1 parent dab483a commit 9aa85fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/helm-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
python-version: "3.11"
5151

5252
- name: Install dependencies
53-
run: pip install jsonschema==4.26.0
53+
run: pip install jsonschema==4.26.0 PyYAML==6.0.3
5454

5555
- name: Run unstable test reporter
5656
run: python tools/ci/helm_ci/validate_helm.py

tools/ci/helm_ci/validate_helm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
# requires-python = ">=3.10"
2727
# dependencies = [
2828
# "jsonschema==4.26.0",
29+
# "PyYAML==6.0.3",
2930
# ]
3031
# ///
3132

0 commit comments

Comments
 (0)