Skip to content

Commit

Permalink
Fix tests on Ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Aug 12, 2024
1 parent d6f1b6d commit 21094d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . .
ARG INSTALL_DEPS_CMD
RUN sh -c "${INSTALL_DEPS_CMD}"

RUN python3 -m pip install tox build
RUN python3 -m pip install --break-system-packages tox build

WORKDIR /
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 21094d6

Please sign in to comment.