We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537ae01 commit 01f458cCopy full SHA for 01f458c
.github/workflows/chartpress.yaml
@@ -18,7 +18,7 @@ jobs:
18
run: git config --global user.email "[email protected]" && git config --global user.name "Github Action"
19
- name: Install Chartpress
20
run: |
21
- pip install -v chartpress
+ pip install -v chartpress && pip install six
22
- name: Run Chartpress
23
run: chartpress --push --publish-chart
24
env:
0 commit comments