diff --git a/.github/workflows/datasets.yml b/.github/workflows/datasets.yml index 47e9f2aed926..9b148ae0d5a8 100644 --- a/.github/workflows/datasets.yml +++ b/.github/workflows/datasets.yml @@ -29,8 +29,8 @@ jobs: # https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#python # In case of a mismatch, the job has to download Python to install it. # Note: Due to a bug in actions/setup-python we have to put 3.10 in - # qoutes as it will otherwise will assume 3.1 - python: [3.8, 3.9, '3.10'] + # quotes as it will otherwise will assume 3.1 + python: [3.8, 3.9, '3.10', '3.11', '3.12] name: Python ${{ matrix.python }} diff --git a/.github/workflows/framework.yml b/.github/workflows/framework.yml index 220b797a9ee7..5d5ae86d74fb 100644 --- a/.github/workflows/framework.yml +++ b/.github/workflows/framework.yml @@ -24,7 +24,7 @@ jobs: # https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md#python # In case of a mismatch, the job has to download Python to install it. # Note: Due to a bug in actions/setup-python we have to put 3.10 in - # qoutes as it will otherwise will assume 3.1 + # quotes as it will otherwise will assume 3.1 python: [3.8, 3.9, '3.10', '3.11', '3.12'] name: Python ${{ matrix.python }}