Skip to content

Commit 62b1087

Browse files
committed
ci-black-formatting.yml - note on Python versions used
1 parent 972a1fd commit 62b1087

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-black-formatting.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
id: syntax-errors
3434
run: |
3535
ERROR=0
36+
# Using 2 Python versions - one minimum required for IfcOpenShell
37+
# and other that's used by Blender currently.
3638
python3.10 -W error -m compileall -q src/ifcopenshell-python || ERROR=1
3739
python3.11 -W error -m compileall -q src/bonsai || ERROR=1
3840
exit $ERROR

0 commit comments

Comments
 (0)