mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
ruff ci - check python 3.7 compatibility for build-all.py
This commit is contained in:
@@ -47,6 +47,8 @@ jobs:
|
|||||||
id: ruff
|
id: ruff
|
||||||
run: |
|
run: |
|
||||||
uvx ruff check
|
uvx ruff check
|
||||||
|
# It's actually Python 3.6, but ruff only supports 3.7+, but it should do.
|
||||||
|
uvx ruff check nix/build-all.py --target-version py37
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Final check
|
- name: Final check
|
||||||
|
|||||||
Reference in New Issue
Block a user