Skip to content

Commit 9b0c12c

Browse files
committed
tmp
1 parent bfb44d1 commit 9b0c12c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/_ascend_npu_build_torch.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,31 @@ jobs:
5959
run: |
6060
git config --global --add safe.directory "$GITHUB_WORKSPACE"
6161
62+
- name: Show
63+
run: |
64+
set -x
65+
pwd
66+
ls -al
67+
68+
- name: Checkout
69+
uses: actions/checkout@v4
70+
71+
- name: Show
72+
run: |
73+
set -x
74+
pwd
75+
ls -al
76+
77+
- name: Install torch
78+
id: install-torch
79+
uses: ./.github/actions/install-torch
80+
with:
81+
torch-artifact: xxx
82+
83+
- name: Exit
84+
run: |
85+
exit 1
86+
6287
- name: Checkout PyTorch
6388
uses: actions/checkout@v4
6489
with:

0 commit comments

Comments
 (0)