ci: fix failing test for ifc5d

(cherry picked from commit b14df627d7)
This commit is contained in:
Andrej730
2026-07-24 16:15:54 +05:00
committed by Dion Moult
parent 83aef5e4d5
commit 30bcea3224
+1 -1
View File
@@ -256,7 +256,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