Skip to content

Commit

Permalink
fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 committed Jun 10, 2024
1 parent d22bbc4 commit d3ce58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ RUN --mount=type=cache,target=/.cache,id=pip-${TARGETPLATFORM}-${CACHEID},uid=10
RUN mv /tmp/python/local /tmp/python-usr

FROM cpp-test as python-test
RUN pip install pytest
RUN pip install pytest --break-system-packages
COPY --from=install /tmp/cl /usr
COPY --from=python /tmp/python-usr /usr
COPY ./python/test /test
Expand Down

0 comments on commit d3ce58d

Please sign in to comment.