File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
pkg-name : ${{ fromJSON(inputs.pkg-names) }}
27
27
steps :
28
28
- uses : actions/checkout@v5
29
- - uses : actions/setup-python@v5
29
+ - uses : actions/setup-python@v6
30
30
with :
31
31
python-version : " 3.x"
32
32
Original file line number Diff line number Diff line change 47
47
python-version : ["3.9", "3.11"]
48
48
steps :
49
49
- uses : actions/checkout@v5
50
- - uses : actions/setup-python@v5
50
+ - uses : actions/setup-python@v6
51
51
with :
52
52
python-version : ${{ matrix.python-version }}
53
53
- uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-22.04
30
30
steps :
31
31
- uses : actions/checkout@v5
32
- - uses : actions/setup-python@v5
32
+ - uses : actions/setup-python@v6
33
33
with :
34
34
python-version : " 3.11"
35
35
Original file line number Diff line number Diff line change 70
70
# only Pytorch has/uses notebooks
71
71
submodules : ${{ matrix.pkg-name == 'pytorch' }}
72
72
lfs : ${{ matrix.pkg-name == 'pytorch' }}
73
- - uses : actions/setup-python@v5
73
+ - uses : actions/setup-python@v6
74
74
with :
75
75
python-version : " 3.10"
76
76
Original file line number Diff line number Diff line change 24
24
PKG_NAME : " lightning"
25
25
steps :
26
26
- uses : actions/checkout@v5
27
- - uses : actions/setup-python@v5
27
+ - uses : actions/setup-python@v6
28
28
with :
29
29
python-version : 3.9
30
30
Original file line number Diff line number Diff line change 55
55
tag : ${{ steps.lai-package.outputs.version }}
56
56
steps :
57
57
- uses : actions/checkout@v5
58
- - uses : actions/setup-python@v5
58
+ - uses : actions/setup-python@v6
59
59
with :
60
60
python-version : ${{ env.PYTHON_VER }}
61
61
- name : install Package
You can’t perform that action at this time.
0 commit comments