Commit 1d3889c1 authored by nimrod's avatar nimrod
Browse files

Workbench: Remove contraints for pipx installations.

They're only there to fix the system Python package installation. The
pipx installations use a separate virtualenv so there's no need for them
(and it's breaking the AWS CLI v2 installation with Python 3.13 it
seems).
parent c05d18e2
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -249,6 +249,7 @@ RUN export PIP_CONSTRAINT=/tmp/constraint.txt && \
        transmission-rpc \
        ziglang \
    && \
    unset PIP_CONSTRAINT && \
    pipx install chalice && \
    pipx install curator-opensearch && \
    pipx install https://github.com/aws/aws-cli/archive/refs/heads/v2.zip && \