From 9c73f173037f03a9536930cae818d442be3cec88 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 6 May 2025 20:08:05 +0500 Subject: [PATCH] add pytest-bdd to bonsai daily cli --- .github/workflows/ci-bonsai-daily.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-bonsai-daily.yml b/.github/workflows/ci-bonsai-daily.yml index 29fd8490a7..38a7d55350 100644 --- a/.github/workflows/ci-bonsai-daily.yml +++ b/.github/workflows/ci-bonsai-daily.yml @@ -175,6 +175,7 @@ jobs: cd IfcOpenShell/src/bonsai pip install pytest-blender + pip install pytest-bdd blender --background --python scripts/setup_pytest.py blender --python-expr "import bonsai; print(bonsai.bbim_semver); import ifcopenshell; print(ifcopenshell.version)" --background make test