Skip to content

Commit 01f458c

Browse files
committed
Install six module for Chartpress
1 parent 537ae01 commit 01f458c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chartpress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: git config --global user.email "[email protected]" && git config --global user.name "Github Action"
1919
- name: Install Chartpress
2020
run: |
21-
pip install -v chartpress
21+
pip install -v chartpress && pip install six
2222
- name: Run Chartpress
2323
run: chartpress --push --publish-chart
2424
env:

0 commit comments

Comments
 (0)