Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
use pip
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Jul 6, 2023
1 parent 64a2457 commit 3c863b4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pre-release-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,13 @@ jobs:
./get_helm.sh
# prepare yaml parser
- uses: chrisdickinson/setup-yq@latest
- uses: actions/setup-python@v4
with:
yq-version: 4.2.0
python-version: '3.10'

- name: Install yq
run: |
pip3 install yq
- name: Generate Chart.yaml
run: |
Expand Down

0 comments on commit 3c863b4

Please sign in to comment.