-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
Relevant error: AttributeError: module 'ast' has no attribute 'Num'
Working example:
name: Lint and Test Charts
on: [push, pull_request]
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.17.0
- uses: actions/[email protected]
with:
python-version: '3.12'
check-latest: true
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (lint)
run: ct lint --all --chart-dirs .If python-version: '3.12' is replaced by the value suggested by the documentation, python-version: '3.x' then it fails. (it also fails with python-version: '3.14')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels