Skip to content

Commit 3660ffb

Browse files
committed
[ci] fix(aws): remove unused pip installation statement (#172)
1 parent 0976e14 commit 3660ffb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ ARG PYOAEV_GIT_BRANCH_OVERRIDE
3838
RUN if [[ ${PYOAEV_GIT_BRANCH_OVERRIDE} ]] ; then \
3939
echo "Forcing specific version of client-python" && \
4040
apk add --no-cache git && \
41-
pip install --upgrade pip==${PIP_VERSION} && \
4241
pip install pip3-autoremove && \
4342
pip-autoremove pyoaev -y && \
4443
pip install git+https://github.com/OpenAEV-Platform/client-python@${PYOAEV_GIT_BRANCH_OVERRIDE} ; \

0 commit comments

Comments
 (0)