Skip to content

Commit 64fef53

Browse files
committed
update
1 parent 911ded0 commit 64fef53

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/_common_build_torch.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,10 @@ jobs:
6363
submodules: recursive
6464
path: pytorch
6565

66-
- name: Show
66+
- name: View commit history
67+
working-directory: pytorch
6768
run: |
68-
set -e
69-
pwd
70-
ls -al
69+
git log -n 10 --graph | cat
7170
7271
- name: Install pip dependencies
7372
working-directory: pytorch

0 commit comments

Comments
 (0)