Skip to content

Commit 8bac7f1

Browse files
committed
tmp
1 parent 625cda7 commit 8bac7f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_ascend_npu_build_torch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
pwd
6666
ls -al
6767
echo ${{ github.workspace }}
68+
echo $GITHUB_WORKSPACE
6869
6970
- name: Checkout
7071
uses: actions/checkout@v4
@@ -77,7 +78,7 @@ jobs:
7778
7879
- name: Install torch
7980
id: install-torch
80-
uses: ${{ github.workspace }}/.github/actions/install-torch
81+
uses: $GITHUB_WORKSPACE/.github/actions/install-torch
8182
with:
8283
torch-artifact: xxx
8384

0 commit comments

Comments
 (0)