ci-black-formatting.yml - note on Python versions used

This commit is contained in:
Andrej730
2026-03-09 18:30:11 +05:00
parent 972a1fd309
commit 62b108766b
@@ -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