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