We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ab975 commit aac4b28Copy full SHA for aac4b28
1 file changed
.github/workflows/test.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: "Install python dependencies"
80
run: |
81
echo ::group::PYDEPS
82
- pip install towncrier twine wheel httpie docker netaddr boto3 'ansible~=10.3.0' mkdocs jq jsonpatch bump-my-version
+ pip install towncrier twine wheel httpie docker netaddr boto3 ansible mkdocs jq jsonpatch bump-my-version
83
echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/pulp_catdog/.ci/assets/httpie/" >> $GITHUB_ENV
84
echo ::endgroup::
85
0 commit comments