File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,10 @@ jobs:
3232 with :
3333 python-version : " 3.11"
3434
35- # Click is pinned because of:
36- # https://github.com/pallets/click/issues/3065
3735 - name : " Install python dependencies"
3836 run : |
3937 echo ::group::PYDEPS
40- pip install bump-my-version towncrier 'click<8.3'
38+ pip install bump-my-version towncrier
4139 echo ::endgroup::
4240
4341 - name : " Configure Git with pulpbot name and email"
Original file line number Diff line number Diff line change 7171 - name : " Install python dependencies"
7272 run : |
7373 echo ::group::PYDEPS
74- pip install build towncrier twine wheel httpie docker netaddr boto3 'ansible~=10.3.0' mkdocs jq jsonpatch bump-my-version 'click<8.3'
74+ pip install build towncrier twine wheel httpie docker netaddr boto3 'ansible~=10.3.0' mkdocs jq jsonpatch bump-my-version
7575 echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/pulp_python/.ci/assets/httpie/" >> $GITHUB_ENV
7676 echo ::endgroup::
7777
Original file line number Diff line number Diff line change 55#
66# For more info visit https://github.com/pulp/plugin_template
77
8- # Click is pinned because of:
9- # https://github.com/pallets/click/issues/3065
10- click<8.3
118bump-my-version
129check-manifest
1310flake8
You can’t perform that action at this time.
0 commit comments