Skip to content

Commit 9f1df7d

Browse files
committed
fix vllm version
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 735f594 commit 9f1df7d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/vllm_ascend_test.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,9 @@ jobs:
107107
run: |
108108
apt-get -y install `cat packages.txt`
109109
110-
- name: Checkout vllm-project/vllm repo
111-
uses: actions/checkout@v4
112-
with:
113-
repository: vllm-project/vllm
114-
path: ./vllm-empty
110+
- name: Clone vllm-project/vllm repo
111+
run: |
112+
git clone --depth 1 --branch v0.7.3 https://github.com/vllm-project/vllm.git ./vllm-empty
115113
116114
- name: Install vllm-project/vllm from source
117115
working-directory: ./vllm-empty

0 commit comments

Comments
 (0)