mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
make tests pass
This commit is contained in:
@@ -1,2 +1,4 @@
|
|||||||
|
rem Hack while we do not have bcf-client on our conda ifcopenshell channel yet
|
||||||
|
pip install bcf-client
|
||||||
cd test && python tests.py
|
cd test && python tests.py
|
||||||
cd ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
|
cd ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
|
||||||
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Hack while we do not have bcf-client on our conda ifcopenshell channel yet
|
||||||
|
pip install bcf-client
|
||||||
cd test && python tests.py
|
cd test && python tests.py
|
||||||
cd ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
|
cd ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
|
||||||
|
|||||||
Reference in New Issue
Block a user