mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Fix failing ifcopenshell ci tests due missing ifcpatch (56de208)
This commit is contained in:
@@ -127,6 +127,7 @@ jobs:
|
|||||||
python tests.py
|
python tests.py
|
||||||
cd ../src/ifcopenshell-python
|
cd ../src/ifcopenshell-python
|
||||||
mv ifcopenshell ifcopenshell-local # Force testing on installed module
|
mv ifcopenshell ifcopenshell-local # Force testing on installed module
|
||||||
|
pip install -e ../ifcpatch --no-deps # Needed for sql.py tests.
|
||||||
make test
|
make test
|
||||||
cd ../bcf && make test
|
cd ../bcf && make test
|
||||||
pip install requests
|
pip install requests
|
||||||
|
|||||||
Reference in New Issue
Block a user