Skip to content

Commit 8b857b9

Browse files
committed
use pypi install escli
Signed-off-by: wangli <[email protected]>
1 parent d753de0 commit 8b857b9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/nightly_benchmarks.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,17 +141,10 @@ jobs:
141141
retention-days: 90
142142
overwrite: true
143143

144-
- name: Checkout cosdt/elastic-tool
145-
uses: actions/checkout@v4
146-
with:
147-
repository: cosdt/elastic-tool
148-
path: ./elastic_tool
149-
ref: 0.1.0-dev
150-
151144
- name: Install elastic_tool
152145
working-directory: ./elastic_tool
153146
run: |
154-
pip install -e .
147+
pip install escli-tool==0.2.0
155148
156149
- name: Collect pr info from vllm-project/vllm-ascend
157150
if: github.event_name == 'schedule'

0 commit comments

Comments
 (0)