From 06fb5a8d81af09a4dbabf602e0c72cded24a203f Mon Sep 17 00:00:00 2001 From: Li Wang Date: Wed, 4 Jun 2025 01:03:56 +0800 Subject: [PATCH] [CI][Bugfix] Upgrade escli to v0.2.1 to fix benchmark deps (#1055) ### What this PR does / why we need it? Update escli-tool to v.0.2.1 to fix deps bug ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed Signed-off-by: wangli <858794774@qq.com> --- .github/workflows/nightly_benchmarks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly_benchmarks.yaml b/.github/workflows/nightly_benchmarks.yaml index fb82c88..8a70c8d 100644 --- a/.github/workflows/nightly_benchmarks.yaml +++ b/.github/workflows/nightly_benchmarks.yaml @@ -135,7 +135,7 @@ jobs: - name: Install elastic_tool if: github.event_name == 'schedule' run: | - pip install escli-tool==0.2.0 + pip install escli-tool==0.2.1 - name: Collect pr info from vllm-project/vllm-ascend if: github.event_name == 'schedule'