We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972a1fd commit 62b1087Copy full SHA for 62b1087
1 file changed
.github/workflows/ci-black-formatting.yaml
@@ -33,6 +33,8 @@ jobs:
33
id: syntax-errors
34
run: |
35
ERROR=0
36
+ # Using 2 Python versions - one minimum required for IfcOpenShell
37
+ # and other that's used by Blender currently.
38
python3.10 -W error -m compileall -q src/ifcopenshell-python || ERROR=1
39
python3.11 -W error -m compileall -q src/bonsai || ERROR=1
40
exit $ERROR
0 commit comments