Skip to content

Commit a3924c4

Browse files
committed
[ci] force pip install cvxpy on Jenkins with --break-system-packages
1 parent 124c0e7 commit a3924c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV PYTHONPATH=$SRC/pyed:$PYTHONPATH
1818

1919
# Install cvxpy
2020
RUN pip install --no-cache-dir --upgrade pip \
21-
&& pip install --no-cache-dir cvxpy
21+
&& pip install --no-cache-dir --break-system-packages cvxpy
2222

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

0 commit comments

Comments
 (0)