Skip to content

Commit 4014ad2

Browse files
MengqingCaoYikun
andauthored
[0.9.1][CI] Pin vllm version to v0.9.1 to make mypy check passed (#1904)
### What this PR does / why we need it? Pin vllm version to v0.9.1 to make mypy check passed ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Lint ci passed Signed-off-by: Yikun Jiang <yikunkero@gmail.com> Co-authored-by: Yikun Jiang <yikunkero@gmail.com>
1 parent 3a34b11 commit 4014ad2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/vllm_ascend_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
python-version: ["3.10"]
51+
vllm_version: [v0.9.1]
5152
steps:
5253
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5354
- name: Set up Python ${{ matrix.python-version }}
@@ -86,6 +87,7 @@ jobs:
8687
uses: actions/checkout@v4
8788
with:
8889
repository: vllm-project/vllm
90+
ref: ${{ matrix.vllm_version }}
8991
path: vllm-empty
9092

9193
- name: Actionlint Check

0 commit comments

Comments
 (0)