File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 2021.08.26-377-g1ba8f46
1+ 2021.08.26-378-g72f4b38
Original file line number Diff line number Diff line change 5757
5858for i in {1..3}
5959do
60- ansible-galaxy collection install " amazon.aws:1.5 .0" && s=0 && break || s=$? && sleep 3
60+ ansible-galaxy collection install " amazon.aws:8.1 .0" && s=0 && break || s=$? && sleep 3
6161done
6262if [[ $s -gt 0 ]]
6363then
Original file line number Diff line number Diff line change 7171 - name : " Install python dependencies"
7272 run : |
7373 echo ::group::PYDEPS
74- pip install towncrier twine wheel httpie docker netaddr boto3 ansible mkdocs jq jsonpatch
74+ pip install towncrier twine wheel httpie docker netaddr boto3 ' ansible~=10.3.0' mkdocs jq jsonpatch
7575 echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/pulp_python/.ci/assets/httpie/" >> $GITHUB_ENV
7676 echo ::endgroup::
7777
You can’t perform that action at this time.
0 commit comments