Skip to content

Commit b025549

Browse files
committed
change vllm commit hash in lint
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 9087046 commit b025549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format_pr_body.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Get vLLM version
3838
run: |
39-
VLLM_COMMIT=c60e6137f0bf2034853919b3a9d705d7e06b93cf
39+
VLLM_COMMIT=9607d5eb449711b349d4c2bee0a9c94afcc7ed14
4040
echo "VLLM_COMMIT=https://github.com/vllm-project/vllm/commit/$VLLM_COMMIT" >> $GITHUB_ENV
4141
4242
- name: Checkout repository

.github/workflows/vllm_ascend_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
lint:
4343
uses: ./.github/workflows/pre-commit.yml
4444
with:
45-
vllm: c60e6137f0bf2034853919b3a9d705d7e06b93cf
45+
vllm: 9607d5eb449711b349d4c2bee0a9c94afcc7ed14
4646

4747
changes:
4848
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)