Skip to content

Commit 5627a60

Browse files
chore: install gcovr via pip in toolshed
Co-authored-by: pavel-kirienko <3298404+pavel-kirienko@users.noreply.github.com>
1 parent 5b1ce36 commit 5627a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolshed/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ RUN echo "export PATH=$PIPX_HOME:$PIPX_BIN_DIR:$PATH" >> ~/.bashrc
161161
RUN pipx install cowsay
162162
RUN pipx install tox
163163
RUN pipx install nox
164-
RUN pipx install gcovr
164+
RUN pip install --break-system-packages gcovr
165165
RUN pipx install yakut
166166
RUN cowsay -t moo
167167
RUN git clone --depth 1 https://github.com/OpenCyphal/public_regulated_data_types.git ~/public_regulated_data_types

0 commit comments

Comments
 (0)