Skip to content

Commit cbdece0

Browse files
committed
[ci] replace pip with pipx in Jenkins
1 parent a3924c4 commit cbdece0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ RUN apt-get update && apt-get install -y \
1010
libomp-19-dev \
1111
libzstd-dev \
1212
doxygen \
13-
python3-pip
13+
python3-pipx
1414

1515
# Install pyed
1616
RUN git clone https://github.com/HugoStrand/pyed $SRC/pyed
1717
ENV PYTHONPATH=$SRC/pyed:$PYTHONPATH
1818

1919
# Install cvxpy
20-
RUN pip install --no-cache-dir --upgrade pip \
21-
&& pip install --no-cache-dir --break-system-packages cvxpy
20+
RUN pipx install cvxpy
2221

2322
# Install adapol
2423
RUN git clone https://github.com/flatironinstitute/adapol.git $SRC/adapol --branch main

0 commit comments

Comments
 (0)