Skip to content

Commit 6f83cce

Browse files
committed
update
1 parent f6a2db8 commit 6f83cce

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/_ascend_npu_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
description: 'The docker image which will be used to build'
1414
outputs:
1515
artifact_name:
16-
description: 'The result of the called workflow'
16+
description: 'The torch_npu distribution artifact name'
1717
value: ${{ jobs.build.outputs.dist_name }}
1818

1919
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly

.github/workflows/_ascend_npu_test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
test:
3232
name: test torch_npu in ${{ inputs.image }} with ${{ inputs.device }}
3333
runs-on: ${{ inputs.runner }}
34-
needs:
35-
- build
3634
container:
3735
image: ${{ inputs.image }}
3836
volumes:

0 commit comments

Comments
 (0)