make tests pass

This commit is contained in:
krande
2022-04-11 17:18:50 +02:00
parent 3f4a698856
commit e66ba1660c
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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
+2
View File
@@ -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