File tree 7 files changed +16
-16
lines changed
7 files changed +16
-16
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
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ jobs:
10
10
unit-tests :
11
11
12
12
runs-on : ubuntu-latest
13
- container :
14
- image : quay.io/project-codeflare/codeflare-sdk-precommit:v0.0.3
15
13
steps :
16
14
- uses : actions/checkout@v4
15
+
16
+ - name : Set up python
17
+ uses : actions/setup-python@v5
18
+ with :
19
+ python-version : ' 3.11'
17
20
- name : Install poetry
18
21
run : pip install poetry
19
- - uses : actions/setup-python@v5
20
- with :
21
- python-version : ' 3.8'
22
- - name : Install dependencies
22
+ - name : Install dependencies with poetry
23
23
run : |
24
24
poetry config virtualenvs.create false
25
25
poetry lock --no-update
You can’t perform that action at this time.
0 commit comments