chore(ml): installable package (#17153)

* app -> immich_ml

* fix test ci

* omit file name

* add new line

* add new line
This commit is contained in:
Mert
2025-03-27 15:49:09 -04:00
committed by GitHub
parent f7d730eb05
commit 84c35e35d6
31 changed files with 347 additions and 316 deletions

View File

@@ -395,16 +395,16 @@ jobs:
uv sync --extra cpu
- name: Lint with ruff
run: |
uv run ruff check --output-format=github app
uv run ruff check --output-format=github immich_ml
- name: Check black formatting
run: |
uv run black --check app
uv run black --check immich_ml
- name: Run mypy type checking
run: |
uv run mypy --strict app/
uv run mypy --strict immich_ml/
- name: Run tests and coverage
run: |
uv run pytest app --cov=app --cov-report term-missing
uv run pytest --cov=immich_ml --cov-report term-missing
github-files-formatting:
name: .github Files Formatting