AST-1621 Use Python modules from Ubuntu instead of latest version
Compare changes
+ 6
− 6
@@ -26,8 +26,13 @@ RUN export DEBIAN_FRONTEND="noninteractive" && \
@@ -36,20 +41,15 @@ RUN pip3 install \
Various latest Python modules, installed via pip, depend on jinja2-3.1.2, which breaks gcovr. Installing older versions using Ubuntu packages avoids the conflict and thereby fixes the pages job at the SKAO mirror of EveryBeam.
https://gitlab.com/ska-telescope/sdp/ska-sdp-func-everybeam/-/pipelines shows the fixed pipeline at the SKAO mirror.