From 62b108766beeb021812b4e7c8dca0576b930dfb0 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 9 Mar 2026 18:30:11 +0500 Subject: [PATCH] ci-black-formatting.yml - note on Python versions used --- .github/workflows/ci-black-formatting.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-black-formatting.yaml b/.github/workflows/ci-black-formatting.yaml index 90a0b95431..bbe9b37c26 100644 --- a/.github/workflows/ci-black-formatting.yaml +++ b/.github/workflows/ci-black-formatting.yaml @@ -33,6 +33,8 @@ jobs: id: syntax-errors run: | ERROR=0 + # Using 2 Python versions - one minimum required for IfcOpenShell + # and other that's used by Blender currently. python3.10 -W error -m compileall -q src/ifcopenshell-python || ERROR=1 python3.11 -W error -m compileall -q src/bonsai || ERROR=1 exit $ERROR