File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 74
74
submodules : recursive
75
75
- name : Setup Python ${{ matrix.python-version }} for Windows
76
76
if : ${{ startsWith( matrix.os, 'windows' ) }}
77
- uses : actions/setup-python@v5
77
+ uses : actions/setup-python@v4
78
78
with :
79
79
python-version : ${{ matrix.python-version }}
80
80
- name : Add temp runner environment variables
@@ -216,7 +216,7 @@ jobs:
216
216
runs-on : ubuntu-latest
217
217
steps :
218
218
- name : Setup Python 3.9
219
- uses : actions/setup-python@v5
219
+ uses : actions/setup-python@v4
220
220
with :
221
221
python-version : 3.9
222
222
- name : Checkout
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Setup Python
16
- uses : actions/setup-python@v5
16
+ uses : actions/setup-python@v4
17
17
with :
18
18
python-version : " 3.9"
19
19
- name : Check out source repository
43
43
echo "value=$PT_CHANNEL" >> $GITHUB_OUTPUT
44
44
id : pytorch_channel
45
45
- name : Setup Python environment
46
- uses : actions/setup-python@v5
46
+ uses : actions/setup-python@v4
47
47
with :
48
48
python-version : 3.9
49
49
- name : Check out source repository
79
79
runs-on : ubuntu-latest
80
80
steps :
81
81
- name : Setup Python
82
- uses : actions/setup-python@v5
82
+ uses : actions/setup-python@v4
83
83
with :
84
84
python-version : " 3.9"
85
85
- name : Check out source repository
You can’t perform that action at this time.
0 commit comments