From 5fd089536e5436273e563ef9e704c2e49173520d Mon Sep 17 00:00:00 2001 From: tylertitsworth Date: Wed, 29 May 2024 16:20:17 -0700 Subject: [PATCH] add python version --- .github/workflows/chart-ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/chart-ci.yaml b/.github/workflows/chart-ci.yaml index 48c2d9aa..81753ab1 100644 --- a/.github/workflows/chart-ci.yaml +++ b/.github/workflows/chart-ci.yaml @@ -29,6 +29,8 @@ jobs: fetch-depth: 0 - uses: azure/setup-helm@v4.2.0 - uses: actions/setup-python@v5 + with: + python-version: 3.x - name: Setup chart-testing uses: helm/chart-testing-action@v2.6.1 - name: Get chart diff