Skip to content

Commit 56818c0

Browse files
committed
tmp
1 parent 493563a commit 56818c0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ascend_npu_test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ 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
102+
103+
- name: Checkout
103104
uses: actions/checkout@v4
104105

105106
- name: Show
@@ -110,9 +111,6 @@ jobs:
110111
echo ${{ github.workspace }}
111112
echo $GITHUB_WORKSPACE
112113
113-
- name: Checkout
114-
uses: actions/checkout@v4
115-
116114
- name: Install torch
117115
id: install-torch
118116
uses: ./.github/actions/install-torch

0 commit comments

Comments
 (0)