From c630668c24ac1f9fb69eeca551d69b7577419cbf Mon Sep 17 00:00:00 2001 From: Bruno Postle Date: Thu, 9 Apr 2026 07:24:21 +0100 Subject: [PATCH] CI: An ifc5d test needs odfpy --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59a03089af..b758aa557e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -257,6 +257,7 @@ jobs: cd ../ifcdiff && make test || ERROR=1 cd ../ifcpatch && make test || ERROR=1 pip install -e ../ifc5d --no-deps + pip install odfpy cd ../ifc5d && make test || ERROR=1 pip install -e ../ifcquery --no-deps cd ../ifcquery && make test || ERROR=1