mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +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 ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
|
||||
@@ -1,4 +1,6 @@
|
||||
#!/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 ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
|
||||
|
||||
Reference in New Issue
Block a user