From 9dfc6b15b176f5b4830124bae00a19684430bb72 Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Fri, 10 Apr 2026 21:37:18 -0700 Subject: [PATCH] [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. --- .circleci/config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8883e3c1815..d9f948e51d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: