Skip to content

Commit 91eb742

Browse files
pulpbotlubosmj
authored andcommitted
Update CI files
[noissue]
1 parent a9f2fce commit 91eb742

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.ci/ansible/Containerfile.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ ADD ./{{ item.name }} ./{{ item.name }}
99
# S3 botocore needs to be patched to handle responses from minio during 0-byte uploads
1010
# Hacking botocore (https://github.com/boto/botocore/pull/1990)
1111

12+
# This MUST be the ONLY call to pip install in inside the container.
1213
RUN pip3 install --upgrade pip setuptools wheel && \
1314
rm -rf /root/.cache/pip && \
14-
pip3 install
15+
pip3 install pipdeptree
1516
{%- if s3_test | default(false) -%}
1617
{{ " " }}git+https://github.com/gerrod3/botocore.git@fix-100-continue
1718
{%- endif -%}

.github/template_gitref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.08.26-379-gece49c9
1+
2021.08.26-380-g46e00a5

.github/workflows/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,5 @@ if [[ "$TEST" = "azure" ]]; then
156156
fi
157157

158158
echo ::group::PIP_LIST
159-
cmd_prefix bash -c "pip3 list && pip3 install pipdeptree && pipdeptree"
159+
cmd_prefix bash -c "pip3 list && pipdeptree"
160160
echo ::endgroup::

0 commit comments

Comments
 (0)