Skip to content

Commit 19e633a

Browse files
committed
test: notebooks
1 parent ac909ea commit 19e633a

9 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/coverage-badge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/guided_notebook_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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

.github/workflows/odh-notebooks-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
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"

.github/workflows/publish-documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/rayjob_e2e_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
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

.github/workflows/ui_notebooks_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/update-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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

0 commit comments

Comments
 (0)