Skip to content

Commit

Permalink
CI: disable cfchecker based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 12, 2024
1 parent 0012eaf commit 33d2b37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu_24.04/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 33d2b37

Please sign in to comment.