ci: fix failing test for ifc5d

This commit is contained in:
Andrej730
2026-07-24 16:15:54 +05:00
parent 0828c6ba92
commit b14df627d7
+1 -1
View File
@@ -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 xlsxwriter
pip install odfpy openpyxl
cd ../ifc5d && make test || ERROR=1
pip install -e ../ifcquery --no-deps
cd ../ifcquery && make test || ERROR=1