mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
[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:
parent
bc05219ba9
commit
9dfc6b15b1
1 changed files with 1 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue