From 33d2b37943b836b1e86edde793fc5d48fbf0fae7 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 13 Nov 2024 00:45:22 +0100 Subject: [PATCH] CI: disable cfchecker based tests --- .github/workflows/ubuntu_24.04/Dockerfile.ci | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu_24.04/Dockerfile.ci b/.github/workflows/ubuntu_24.04/Dockerfile.ci index 688996f59be8..898eaf9c6491 100644 --- a/.github/workflows/ubuntu_24.04/Dockerfile.ci +++ b/.github/workflows/ubuntu_24.04/Dockerfile.ci @@ -157,7 +157,8 @@ RUN python3 -m pip install -U --break-system-packages -r /tmp/requirements.txt # cfchecker requires udunits2 RUN apt-get install -y --allow-unauthenticated libudunits2-0 libudunits2-data -RUN python3 -m pip install --break-system-packages cfchecker +# cfchecker currently broken because of https://github.com/cedadev/cf-checker/issues/113 +# RUN python3 -m pip install --break-system-packages cfchecker RUN python3 -m pip install --break-system-packages fsspec