fix: Pin lxml<6.0.0 (#2269)

This commit is contained in:
Ayaz Salikhov
2025-06-27 18:56:14 +01:00
committed by GitHub
parent 123e09695e
commit 8fcc2dfa19

View File

@@ -45,6 +45,10 @@ RUN apt-get update \
zip \
&& pip3 install -q --upgrade --no-cache-dir pip \
&& pip3 install -q --no-cache-dir \
# TODO: Remove this once we switch to newer Ubuntu base image
# lxml 6.0.0 is not compatible with our image
'lxml<6.0.0' \
\
cmake==3.31.6 \
conan==2.17.0 \
gcovr \