Skip to content

Commit

Permalink
ci: fix missing python on helm ct action
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Mar 18, 2024
1 parent babde6a commit b7e3662
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
fetch-depth: 0
- name: Install tools with asdf
uses: asdf-vm/actions/install@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (list-changed)
Expand Down

0 comments on commit b7e3662

Please sign in to comment.