mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
ci-black-formatting.yml - note on Python versions used
This commit is contained in:
@@ -33,6 +33,8 @@ jobs:
|
|||||||
id: syntax-errors
|
id: syntax-errors
|
||||||
run: |
|
run: |
|
||||||
ERROR=0
|
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.10 -W error -m compileall -q src/ifcopenshell-python || ERROR=1
|
||||||
python3.11 -W error -m compileall -q src/bonsai || ERROR=1
|
python3.11 -W error -m compileall -q src/bonsai || ERROR=1
|
||||||
exit $ERROR
|
exit $ERROR
|
||||||
|
|||||||
Reference in New Issue
Block a user