File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ self-hosted-runner:
16
16
- linux-aarch64-a3-4
17
17
- linux-aarch64-a3-8
18
18
- linux-amd64-cpu-0
19
+ - linux-amd64-cpu-16
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
8
8
9
9
jobs :
10
10
pre-commit :
11
- runs-on : linux-amd64-cpu-0
11
+ runs-on : linux-amd64-cpu-8
12
12
container :
13
13
image : swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.2.rc1-910b-ubuntu22.04-py3.11
14
14
steps :
Original file line number Diff line number Diff line change 32
32
33
33
run_mypy () {
34
34
echo " Running mypy on $1 "
35
- mypy --check-untyped-defs --follow-imports skip --python-version " ${PYTHON_VERSION} " " $@ "
35
+ mypy --check-untyped-defs --follow-imports skip --python-version " ${PYTHON_VERSION} " " $@ "
36
36
}
37
37
38
38
run_mypy vllm_ascend
You can’t perform that action at this time.
0 commit comments