Skip to content

Commit 42798ed

Browse files
committed
Use chartpress==2.3.0
1 parent 2e179bd commit 42798ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/chartpress.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
- name: Setup python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: '3.8'
16+
python-version: '3.7'
1717
- name: Setup git
1818
run: git config --global user.email "[email protected]" && git config --global user.name "Github Action"
1919
- name: Install Chartpress and some python modules
2020
run: |
21-
pip install -v chartpress && pip install six && pip install yq
21+
pip install -v chartpress==2.3.0 && pip install six && pip install yq
2222
- name: Set env vars for publish charts
2323
run: |
2424
GIT_BRANCH_NAME=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}

0 commit comments

Comments
 (0)