File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ jobs:
70
70
run : |
71
71
sed -i 's|ports.ubuntu.com|mirrors.tuna.tsinghua.edu.cn|g' /etc/apt/sources.list
72
72
apt-get update -y
73
- apt install git curl -y
73
+ apt install -y gcc g++ libnuma-dev git curl
74
74
75
75
- name : Config OS mirrors - openEuler
76
76
if : ${{ endsWith(matrix.vllm_verison, '-openeuler') }}
77
77
run : |
78
78
yum update -y
79
- yum install git curl -y
79
+ yum install -y gcc g++ libnuma-dev git curl
80
80
81
81
- name : Config pip mirrors
82
82
run : |
87
87
88
88
- name : Run vllm-ascend/tests/e2e/run_doctests.sh
89
89
run : |
90
- # PWD: /__w/vllm-ascend/vllm-ascend
91
- # Address old branch like v0.7.3:
92
- if [ ! -d /vllm-workspace/vllm-ascend/tests/e2e ]; then
93
- echo "Warning: the doctest path doesn't exists, copy now"
94
- cp -r tests/e2e /vllm-workspace/vllm-ascend/tests/
95
- fi
96
-
97
- # Simulate container to enter directory
98
- cd /workspace
99
-
100
- # Run real test
101
90
echo "Test:"
102
- /vllm-workspace/vllm-ascend /tests/e2e/run_doctests.sh "${{ matrix.vllm_verison }}"
91
+ . . /tests/e2e/run_doctests.sh "${{ matrix.vllm_verison }}"
You can’t perform that action at this time.
0 commit comments