Fix failing ifcopenshell ci tests due missing ifcpatch (56de208)

This commit is contained in:
Andrej730
2024-11-11 13:55:40 +05:00
parent 8932d8758e
commit 05542ca6ec
+1
View File
@@ -127,6 +127,7 @@ jobs:
python tests.py
cd ../src/ifcopenshell-python
mv ifcopenshell ifcopenshell-local # Force testing on installed module
pip install -e ../ifcpatch --no-deps # Needed for sql.py tests.
make test
cd ../bcf && make test
pip install requests