Skip to content

Commit 90b4394

Browse files
authored
Merge pull request #1222 from consideRatio/pr/fix-chartpress-regression
[MRG] ci: bugfix of chartpress fixed
2 parents d5ecd3d + 8ab9f23 commit 90b4394

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
. ./ci/common
4242
setup_helm v3.4.1
43-
pip install --no-cache-dir chartpress
43+
pip install --no-cache-dir chartpress==1.0.*
4444
4545
- name: Setup push rights to jupyterhub/helm-chart
4646
# This was setup by...

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
beautifulsoup4
2-
chartpress==0.7.*
2+
chartpress==1.0.*
33
click
44
codecov
55
html5lib

helm-chart/images/binderhub/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ traitlets==5.0.5 # via -r binderhub.in, jupyter-telemetry, jupyterhub
5757
urllib3==1.26.2 # via kubernetes, requests
5858
websocket-client==0.57.0 # via docker, kubernetes
5959

60+
6061
# The following packages are considered to be unsafe in a requirements file:
6162
# setuptools

0 commit comments

Comments
 (0)