Skip to content

Commit 06fb5a8

Browse files
authored
[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>
1 parent 76dacf3 commit 06fb5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: Install elastic_tool
136136
if: github.event_name == 'schedule'
137137
run: |
138-
pip install escli-tool==0.2.0
138+
pip install escli-tool==0.2.1
139139
140140
- name: Collect pr info from vllm-project/vllm-ascend
141141
if: github.event_name == 'schedule'

0 commit comments

Comments
 (0)