File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Set up Python 3.11
2020 uses : actions/setup-python@v5
2121 with :
22- python-version : 3.11
22+ python-version : 3.12
2323 - name : Install dependencies
2424 run : |
2525 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 3434 - name : Set up specific Python version
3535 uses : actions/setup-python@v5
3636 with :
37- python-version : ' 3.11 '
37+ python-version : ' 3.12 '
3838 cache : ' pip' # caching pip dependencies
3939
4040 - name : Setup and start KinD cluster
@@ -163,7 +163,7 @@ jobs:
163163 - name : Set up specific Python version
164164 uses : actions/setup-python@v5
165165 with :
166- python-version : ' 3.11 '
166+ python-version : ' 3.12 '
167167 cache : ' pip' # caching pip dependencies
168168
169169 - name : Setup and start KinD cluster
@@ -294,7 +294,7 @@ jobs:
294294 - name : Set up specific Python version
295295 uses : actions/setup-python@v5
296296 with :
297- python-version : ' 3.11 '
297+ python-version : ' 3.12 '
298298 cache : ' pip' # caching pip dependencies
299299
300300 - name : Setup and start KinD cluster
Original file line number Diff line number Diff line change 1414 python-version :
1515 required : true
1616 description : " Provide the python version to be used for the notebooks"
17- default : " 3.11 "
17+ default : " 3.12 "
1818 codeflare-repository-organization :
1919 required : true
2020 description : " Owner of origin notebooks repository used to open a PR"
Original file line number Diff line number Diff line change 1919 - name : Install Python
2020 uses : actions/setup-python@v5
2121 with :
22- python-version : 3.11
22+ python-version : 3.12
2323 - name : Install Sphinx
2424 run : |
2525 sudo apt-get update
Original file line number Diff line number Diff line change 5757 - name : Set up specific Python version
5858 uses : actions/setup-python@v5
5959 with :
60- python-version : " 3.11 "
60+ python-version : " 3.12 "
6161 cache : " pip" # caching pip dependencies
6262
6363 - name : Setup NVidia GPU environment for KinD
Original file line number Diff line number Diff line change 1717 default : ' project-codeflare'
1818 python_version :
1919 type : string
20- default : " 3.11 "
20+ default : " 3.12 "
2121 required : true
2222 poetry_version :
2323 type : string
Original file line number Diff line number Diff line change 3434 - name : Set up specific Python version
3535 uses : actions/setup-python@v5
3636 with :
37- python-version : " 3.11 "
37+ python-version : " 3.12 "
3838 cache : " pip" # caching pip dependencies
3939
4040 - name : Setup and start KinD cluster
Original file line number Diff line number Diff line change 1616 - name : Set up python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.11 '
19+ python-version : ' 3.12 '
2020 - name : Install poetry
2121 run : pip install poetry
2222 - name : Install dependencies with poetry
Original file line number Diff line number Diff line change 5858 - name : Set up Python
5959 uses : actions/setup-python@v5
6060 with :
61- python-version : ' 3.11 '
61+ python-version : ' 3.12 '
6262
6363
6464 - name : Configure git and create branch
You can’t perform that action at this time.
0 commit comments