Separate mathutils tests

This commit is contained in:
Andrej
2025-05-30 13:12:18 +05:00
parent 3bdce4fbc3
commit e41c4bf7ae
2 changed files with 9 additions and 1 deletions
+4
View File
@@ -136,3 +136,7 @@ jobs:
cd ../ifcpatch && make test
pip install -e ../ifctester --no-deps
cd ../ifctester && make test
# Run mathutils related tests at the end to ensure no other code is relying on mathutils.
cd ../ifcopenshell-python
pip install mathutils
make test-mathutils