Skip to content

Commit 0f44f58

Browse files
committed
fix
Signed-off-by: wangli <[email protected]>
1 parent 1741523 commit 0f44f58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scripts/install_and_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
set -euo pipefail
4-
export WORKSPACE="/root/workspace"
4+
export WORKSPACE="/home/workspace"
55

66
check_npu_info() {
77
npu-smi info

.github/workflows/vllm_ascend_multi_node_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ${{matrix.runner}}
5353
env:
5454
CONTAINER_NAME: ascend_ci_a3
55-
WORKSPACE: /root/workspace
55+
WORKSPACE: /home/workspace
5656
CLUSTER_SIZE: 2
5757
MASTER_IP: ${{ needs.get_header_node_ip.outputs.header_ip }}
5858
steps:

0 commit comments

Comments
 (0)