Skip to content

Commit

Permalink
fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlgao committed Dec 13, 2024
1 parent ae63077 commit 4173a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version: v3.6.3
- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.14
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (list-changed)
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.14
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (lint)
Expand Down

0 comments on commit 4173a56

Please sign in to comment.