Skip to content

Commit f4d880a

Browse files
committed
test with new pip
1 parent 926f8ea commit f4d880a

File tree

2 files changed

+0
-95
lines changed

2 files changed

+0
-95
lines changed

.github/container/Dockerfile.base

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,6 @@ ADD --chmod=777 \
117117
/usr/local/bin/
118118
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_$(dpkg --print-architecture) -O /usr/local/bin/yq && \
119119
chmod 777 /usr/local/bin/yq
120-
RUN git clone -b 23.3.1 https://github.com/pypa/pip.git /opt/pip
121-
# Patch is specific to 23.3.1
122-
# Generated via: "git diff > pip-vcs-equivalency.patch"
123-
ADD pip-vcs-equivalency.patch /opt/pip/
124-
RUN <<EOF bash -e -x
125-
cd /opt/pip
126-
git apply </opt/pip/pip-vcs-equivalency.patch
127-
git add -u
128-
git commit -m 'Adds JAX_TOOLBOX_VCS_EQUIVALENCY as a trigger to treat all github VCS installs for a package as equivalent. The spec of the last encountered version will be used'
129-
EOF
130120

131121
# install all python packages system-wide.
132122
ENV PIP_BREAK_SYSTEM_PACKAGES=1

.github/container/pip-vcs-equivalency.patch

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)