Skip to content

Commit

Permalink
Install python
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenh committed Aug 28, 2024
1 parent 0caa7a7 commit 2772e70
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:

env:
HELM_VERSION: v3.14.4
PYTHON_VERSION: 3.x

jobs:
lint:
runs-on: ubuntu-latest
container: python:3
steps:
-
name: Read Configuration
Expand All @@ -27,6 +27,11 @@ jobs:
uses: azure/setup-helm@v4
with:
version: ${{ env.HELM_VERSION }}
-
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
check-latest: true
-
name: Set up chart-testing
uses: helm/[email protected]
Expand Down

0 comments on commit 2772e70

Please sign in to comment.