Skip to content

Commit

Permalink
gci: Re-add poetry for client installation
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Dec 31, 2023
1 parent 7e166e2 commit b7d10d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/gl-testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN mkdir /tmp/protoc && \

RUN python3 -m pip install -U \
pip tomli &&\
python3 -m pip install \
python3 -m pip install \
maturin[patchelf] \
mrkd \
mako
Expand Down Expand Up @@ -189,6 +189,7 @@ RUN python3 -m pip install -U pip tomli && \
protobuf \
ephemeral-port-reserve \
sh \
poetry \
pytest-timeout \
pytest-xdist \
rich \
Expand Down

0 comments on commit b7d10d8

Please sign in to comment.