File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 47
47
timeout-minutes : 240
48
48
outputs :
49
49
test-matrix : ${{ steps.filter.outputs.test-matrix }}
50
+ defaults :
51
+ run :
52
+ shell : bash
50
53
steps :
51
54
# Duplicated in win-test because this MUST go before a checkout
52
55
- name : Enable git symlinks on Windows and disable fsmonitor daemon
89
92
90
93
- name : Parse ref
91
94
id : parse-ref
95
+ shell : bash
92
96
run : python3 .github/scripts/parse_ref.py
93
97
94
98
- name : Get workflow job id
Original file line number Diff line number Diff line change 41
41
fail-fast : false
42
42
runs-on : ${{ matrix.runner }}
43
43
timeout-minutes : ${{ matrix.mem_leak_check == 'mem_leak_check' && 600 || inputs.timeout-minutes }}
44
+ defaults :
45
+ run :
46
+ shell : bash
44
47
steps :
45
48
# Duplicated in win-build because this MUST go before a checkout
46
49
- name : Enable git symlinks on Windows and disable fsmonitor daemon
@@ -224,6 +227,7 @@ jobs:
224
227
225
228
- name : Parse ref
226
229
id : parse-ref
230
+ shell : bash
227
231
run : python3 .github/scripts/parse_ref.py
228
232
229
233
- name : Uninstall PyTorch
You can’t perform that action at this time.
0 commit comments