ci: Install pre-commit in the main CI image as well (#2744)

This commit is contained in:
Ayaz Salikhov
2025-10-30 14:32:23 +00:00
committed by GitHub
parent 30e88fe72c
commit c117f470f2

View File

@@ -56,7 +56,10 @@ RUN pip install -q --no-cache-dir \
'lxml<6.0.0' \
cmake \
conan==2.22.1 \
gcovr
gcovr \
# We're adding pre-commit to this image as well,
# because clang-tidy workflow requires it
pre-commit
# Install LLVM tools
ARG LLVM_TOOLS_VERSION=20