File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 50
50
- name : Set up specific Python version
51
51
uses : actions/setup-python@v5
52
52
with :
53
- python-version : ' 3.9 '
53
+ python-version : ' 3.11 '
54
54
cache : ' pip' # caching pip dependencies
55
55
56
56
- name : Setup and start KinD cluster
@@ -168,7 +168,7 @@ jobs:
168
168
- name : Set up specific Python version
169
169
uses : actions/setup-python@v5
170
170
with :
171
- python-version : ' 3.9 '
171
+ python-version : ' 3.11 '
172
172
cache : ' pip' # caching pip dependencies
173
173
174
174
- name : Setup and start KinD cluster
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - name : Set up Python 3.9
16
+ - name : Set up Python 3.11
17
17
uses : actions/setup-python@v5
18
18
with :
19
- python-version : 3.9
19
+ python-version : 3.11
20
20
- name : Install dependencies
21
21
run : |
22
22
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 56
56
- name : Set up specific Python version
57
57
uses : actions/setup-python@v5
58
58
with :
59
- python-version : ' 3.9 '
59
+ python-version : ' 3.11 '
60
60
cache : ' pip' # caching pip dependencies
61
61
62
62
- name : Setup NVidia GPU environment for KinD
Original file line number Diff line number Diff line change 49
49
- name : Set up specific Python version
50
50
uses : actions/setup-python@v5
51
51
with :
52
- python-version : ' 3.9 '
52
+ python-version : ' 3.11 '
53
53
cache : ' pip' # caching pip dependencies
54
54
55
55
- name : Setup and start KinD cluster
@@ -160,7 +160,7 @@ jobs:
160
160
- name : Set up specific Python version
161
161
uses : actions/setup-python@v5
162
162
with :
163
- python-version : ' 3.9 '
163
+ python-version : ' 3.11 '
164
164
cache : ' pip' # caching pip dependencies
165
165
166
166
- name : Setup NVidia GPU environment for KinD
@@ -282,7 +282,7 @@ jobs:
282
282
- name : Set up specific Python version
283
283
uses : actions/setup-python@v5
284
284
with :
285
- python-version : ' 3.9 '
285
+ python-version : ' 3.11 '
286
286
cache : ' pip' # caching pip dependencies
287
287
288
288
- name : Setup NVidia GPU environment for KinD
Original file line number Diff line number Diff line change 17
17
default : ' project-codeflare'
18
18
python_version :
19
19
type : string
20
- default : " 3.8 "
20
+ default : " 3.11 "
21
21
required : true
22
22
poetry_version :
23
23
type : string
Original file line number Diff line number Diff line change 49
49
- name : Set up specific Python version
50
50
uses : actions/setup-python@v5
51
51
with :
52
- python-version : " 3.9 "
52
+ python-version : " 3.11 "
53
53
cache : " pip" # caching pip dependencies
54
54
55
55
- name : Setup and start KinD cluster
You can’t perform that action at this time.
0 commit comments