Skip to content

Commit 4f79063

Browse files
chore: document gcovr pip install requirement
Co-authored-by: pavel-kirienko <3298404+pavel-kirienko@users.noreply.github.com>
1 parent 5627a60 commit 4f79063

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

toolshed/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +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+
# gcovr is required via pip with --break-system-packages for toolshed usage.
164165
RUN pip install --break-system-packages gcovr
165166
RUN pipx install yakut
166167
RUN cowsay -t moo

0 commit comments

Comments
 (0)