mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
black_to_github_annotations: inline dependency
This commit is contained in:
@@ -51,8 +51,7 @@ jobs:
|
||||
id: black-annotations
|
||||
run: |
|
||||
uv tool install black-codeclimate
|
||||
pip install github_action_utils
|
||||
black --diff --check . | black-codeclimate | python .github/scripts/black_to_github_annotations.py
|
||||
black --diff --check . | black-codeclimate | uv run .github/scripts/black_to_github_annotations.py
|
||||
continue-on-error: true
|
||||
|
||||
- name: ty check (venv setup)
|
||||
|
||||
Reference in New Issue
Block a user