mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 11:43:53 +00:00
7 lines
208 B
Bash
7 lines
208 B
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 ../src/ifcopenshell-python/test && pytest -p no:pytest-blender
|