Skip to content

Commit d6ac69f

Browse files
authored
Update ascend_npu_test.yml
1 parent 4898156 commit d6ac69f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ascend_npu_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
- prepare
178178
- build-torch
179179
- build
180+
- test
180181
if: |
181182
!cancelled() && github.event_name != 'repository_dispatch' &&
182183
(success() || (needs.build-torch.result == 'skipped' && needs.build.result == 'success'))
@@ -187,3 +188,5 @@ jobs:
187188
device: ${{ needs.prepare.outputs.device }}
188189
torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
189190
torch-npu-artifact: ${{ needs.build.outputs.torch-npu-artifact }}
191+
secrets:
192+
hf_token: ${{ secrets.HF_TOKEN }}

0 commit comments

Comments
 (0)