chore(ml): remove exporter (#17182)

* remove exporter code

* update gha
This commit is contained in:
Mert
2025-03-27 14:48:02 -04:00
committed by GitHub
parent 16e0166d22
commit f7d730eb05
17 changed files with 2 additions and 2882 deletions

View File

@@ -395,10 +395,10 @@ jobs:
uv sync --extra cpu
- name: Lint with ruff
run: |
uv run ruff check --output-format=github app export
uv run ruff check --output-format=github app
- name: Check black formatting
run: |
uv run black --check app export
uv run black --check app
- name: Run mypy type checking
run: |
uv run mypy --strict app/