Skip to content

Commit 4b9f7f9

Browse files
committed
[ci] revert back from pipx to pip
1 parent 5fa40d9 commit 4b9f7f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ RUN apt-get update && apt-get install -y \
1010
libomp-19-dev \
1111
libzstd-dev \
1212
doxygen \
13-
pipx
13+
python3-pip
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 pipx install cvxpy
20+
RUN pip install --no-cache-dir --break-system-packages cvxpy
2121

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

0 commit comments

Comments
 (0)