File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2929 - name : Install chart publishing dependencies (chartpress, helm)
3030 run : |
3131 . ./ci/common
32- setup_helm v3.4.1
33- pip install --no-cache-dir chartpress==1.0.*
32+ setup_helm v3.5.4
33+ # FIXME: six is required by docker 5.0.0 but isn't explicitly required
34+ # any more.
35+ #
36+ # Upstream issue: https://github.com/docker/docker-py/issues/2807
37+ # Breaking commit: https://github.com/docker/docker-py/commit/c8fba210a222d4f7fde90da8f48db1e7faa637ec
38+ #
39+ pip install --no-cache-dir chartpress==1.0.* six
3440
3541 - name : Setup push rights to jupyterhub/helm-chart
3642 # This was setup by...
Original file line number Diff line number Diff line change @@ -9,3 +9,8 @@ pytest-asyncio
99pytest-cov
1010requests
1111ruamel.yaml>=0.15
12+ # FIXME: six is required by docker 5.0.0 but isn't explicitly required any more.
13+ # Upstream issue: https://github.com/docker/docker-py/issues/2807
14+ # Breaking commit: https://github.com/docker/docker-py/commit/c8fba210a222d4f7fde90da8f48db1e7faa637ec
15+ #
16+ six
You can’t perform that action at this time.
0 commit comments