Skip to content

Commit

Permalink
[ci] fix python version for lint-test (#5085)
Browse files Browse the repository at this point in the history
* ci: fix python version for lint-test

Signed-off-by: David Calvert <david@0xdc.me>

* fix: remove duplicate ci cmd

Signed-off-by: David Calvert <david@0xdc.me>

---------

Signed-off-by: David Calvert <david@0xdc.me>
  • Loading branch information
dotdc authored Dec 22, 2024
1 parent d67d71c commit 17ca2d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.11'

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
Expand Down Expand Up @@ -62,8 +62,5 @@ jobs:
fi
if: steps.list-changed.outputs.changed == 'true'

- name: Apply Gateway API CRDs
run: kubectl apply -k https://github.com/kubernetes-sigs/gateway-api/config/crd

- name: Run chart-testing (install)
run: ct install --config .github/linters/ct.yaml

0 comments on commit 17ca2d8

Please sign in to comment.