Skip to content

Commit 493563a

Browse files
committed
tmp
1 parent 201be36 commit 493563a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ascend_npu_test.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,25 @@ jobs:
9999
run: |
100100
# echo "ref=refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" >> $GITHUB_OUTPUT
101101
echo "ref=refs/heads/main" >> $GITHUB_OUTPUT
102+
- name: Checkout
103+
uses: actions/checkout@v4
104+
105+
- name: Show
106+
run: |
107+
set -x
108+
pwd
109+
ls -al
110+
echo ${{ github.workspace }}
111+
echo $GITHUB_WORKSPACE
112+
113+
- name: Checkout
114+
uses: actions/checkout@v4
115+
116+
- name: Install torch
117+
id: install-torch
118+
uses: ./.github/actions/install-torch
119+
with:
120+
torch-artifact: xxx
102121

103122
build-torch:
104123
name: Build torch

0 commit comments

Comments
 (0)