We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab483a commit 9aa85fdCopy full SHA for 9aa85fd
.github/workflows/helm-chart.yaml
@@ -50,7 +50,7 @@ jobs:
50
python-version: "3.11"
51
52
- name: Install dependencies
53
- run: pip install jsonschema==4.26.0
+ run: pip install jsonschema==4.26.0 PyYAML==6.0.3
54
55
- name: Run unstable test reporter
56
run: python tools/ci/helm_ci/validate_helm.py
tools/ci/helm_ci/validate_helm.py
@@ -26,6 +26,7 @@
26
# requires-python = ">=3.10"
27
# dependencies = [
28
# "jsonschema==4.26.0",
29
+# "PyYAML==6.0.3",
30
# ]
31
# ///
32
0 commit comments