[Fix] CI: remove duplicate helm lint from check_code_and_doc_quality

helm lint is already run by the dedicated helm_chart_testing job.
Removes the need to install helm in a Python-only Docker container
and avoids piping an unverified remote script into bash.
This commit is contained in:
Yuneng Jiang 2026-04-10 21:37:18 -07:00
parent bc05219ba9
commit 9dfc6b15b1
No known key found for this signature in database

View file

@ -1645,11 +1645,7 @@ jobs:
- run: uv run --no-sync python ./tests/code_coverage_tests/ban_copy_deepcopy_kwargs.py
- run: uv run --no-sync python ./tests/code_coverage_tests/check_fastuuid_usage.py
- run: uv run --no-sync python ./tests/code_coverage_tests/memory_test.py
- run:
name: Install Helm
command: |
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
- run: helm lint ./deploy/charts/litellm-helm
# helm lint is handled by the dedicated helm_chart_testing job
db_migration_disable_update_check:
machine: