We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201be36 commit 493563aCopy full SHA for 493563a
.github/workflows/ascend_npu_test.yml
@@ -99,6 +99,25 @@ jobs:
99
run: |
100
# echo "ref=refs/pull/${{ github.event.client_payload.pull_request.number }}/merge" >> $GITHUB_OUTPUT
101
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
114
115
116
+ - name: Install torch
117
+ id: install-torch
118
+ uses: ./.github/actions/install-torch
119
+ with:
120
+ torch-artifact: xxx
121
122
build-torch:
123
name: Build torch
0 commit comments