Skip to content

Commit 937a69a

Browse files
committed
update
1 parent 56818c0 commit 937a69a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ascend_npu_test.yml

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

0 commit comments

Comments
 (0)