We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfd069 commit fe91965Copy full SHA for fe91965
1 file changed
.github/workflows/docker-helm.yml
@@ -97,9 +97,9 @@ jobs:
97
- name: Check Version
98
if: steps.list-changed.outputs.changed == 'true'
99
run: |
100
- python -m pip install -e .
101
- python -m pip install pyyaml
102
- python .github/workflows/scripts/check_version.py
+ "$pythonLocation/bin/python" -m pip install -e .
+ "$pythonLocation/bin/python" -m pip install pyyaml
+ "$pythonLocation/bin/python" .github/workflows/scripts/check_version.py
103
104
- name: Run chart-testing (lint)
105
0 commit comments