helm / chart-testing-action

A GitHub Action to lint and test Helm charts
https://github.com/helm/chart-testing
Apache License 2.0
245 stars 71 forks source link

failed to set up chart-testing with pip3 install failiure #123

Closed Icarus9913 closed 11 months ago

Icarus9913 commented 1 year ago

Describe the version version v2.3.1

Describe the situation I found our project CI failed with some errors.

      - name: Set up chart-testing
        uses: helm/chart-testing-action@v2.3.1
        with:
          # CT version
          version: v3.6.0

The error logs:

Installing chart-testing...
Creating virtual Python environment...
Activating virtual environment...
Installing yamllint...
ERROR: Could not find a version that satisfies the requirement yamllint==1.27.1 (from versions: none)
ERROR: No matching distribution found for yamllint==1.27.1

It seems like the network proxy issue?

cpanato commented 11 months ago

please use the latest version: https://github.com/helm/chart-testing-action/releases/tag/v2.5.0