We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e179bd commit 42798edCopy full SHA for 42798ed
.github/workflows/chartpress.yaml
@@ -13,12 +13,12 @@ jobs:
13
- name: Setup python
14
uses: actions/setup-python@v2
15
with:
16
- python-version: '3.8'
+ python-version: '3.7'
17
- name: Setup git
18
run: git config --global user.email "[email protected]" && git config --global user.name "Github Action"
19
- name: Install Chartpress and some python modules
20
run: |
21
- pip install -v chartpress && pip install six && pip install yq
+ pip install -v chartpress==2.3.0 && pip install six && pip install yq
22
- name: Set env vars for publish charts
23
24
GIT_BRANCH_NAME=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}
0 commit comments