Skip to content

Commit 9b1e0e4

Browse files
[CI] Add pip cache
Signed-off-by: hfadzxy <starmoon_zhang@163.com>
1 parent 88d7af6 commit 9b1e0e4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/actionlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ self-hosted-runner:
1616
- linux-aarch64-a3-4
1717
- linux-aarch64-a3-8
1818
- linux-amd64-cpu-0
19+
- linux-amd64-cpu-16

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
pre-commit:
11-
runs-on: linux-amd64-cpu-0
11+
runs-on: linux-amd64-cpu-8
1212
container:
1313
image: swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.2.rc1-910b-ubuntu22.04-py3.11
1414
steps:

tools/mypy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fi
3232

3333
run_mypy() {
3434
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}" "$@"
3636
}
3737

3838
run_mypy vllm_ascend

0 commit comments

Comments
 (0)