diff --git a/.github/workflows/main-workflow.yml b/.github/workflows/main-workflow.yml index 751fb21..83fa05f 100644 --- a/.github/workflows/main-workflow.yml +++ b/.github/workflows/main-workflow.yml @@ -22,7 +22,7 @@ jobs: context: python-minimal base_image: base python_version_1: 3.12.7 - python_version_2: 3.11.10 + python_version_2: 3.11.11 secrets: inherit python-datascience: needs: [python-minimal] @@ -32,7 +32,7 @@ jobs: context: python-datascience base_image: python-minimal python_version_1: 3.12.7 - python_version_2: 3.11.10 + python_version_2: 3.11.11 secrets: inherit python-pytorch: needs: [python-minimal] @@ -42,7 +42,7 @@ jobs: context: python-pytorch base_image: python-minimal python_version_1: 3.12.7 - python_version_2: 3.11.10 + python_version_2: 3.11.11 secrets: inherit python-tensorflow: needs: [python-minimal] @@ -52,7 +52,7 @@ jobs: context: python-tensorflow base_image: python-minimal python_version_1: 3.12.7 - python_version_2: 3.11.10 + python_version_2: 3.11.11 secrets: inherit r-minimal: needs: [base] @@ -82,7 +82,7 @@ jobs: context: jupyter base_image: python-datascience python_version_1: 3.12.7 - python_version_2: 3.11.10 + python_version_2: 3.11.11 secrets: inherit vscode-python: needs: [python-datascience] @@ -92,7 +92,7 @@ jobs: context: vscode base_image: python-datascience python_version_1: 3.12.7 - python_version_2: 3.11.10 + python_version_2: 3.11.11 secrets: inherit pyspark: needs: [python-minimal] @@ -102,7 +102,7 @@ jobs: context: spark base_image: python-minimal python_version_1: 3.12.7 - python_version_2: 3.11.10 + python_version_2: 3.11.11 spark_version: 3.5.3 build_gpu: false secrets: inherit @@ -114,7 +114,7 @@ jobs: context: jupyter base_image: pyspark python_version_1: 3.12.7 - python_version_2: 3.11.10 + python_version_2: 3.11.11 spark_version: 3.5.3 build_gpu: false secrets: inherit @@ -126,7 +126,7 @@ jobs: context: vscode base_image: pyspark python_version_1: 3.12.7 - python_version_2: 3.11.10 + python_version_2: 3.11.11 spark_version: 3.5.3 build_gpu: false secrets: inherit @@ -138,7 +138,7 @@ jobs: context: jupyter base_image: python-pytorch python_version_1: 3.12.7 - python_version_2: 3.11.10 + python_version_2: 3.11.11 secrets: inherit vscode-pytorch: needs: [python-pytorch] @@ -148,7 +148,7 @@ jobs: context: vscode base_image: python-pytorch python_version_1: 3.12.7 - python_version_2: 3.11.10 + python_version_2: 3.11.11 secrets: inherit jupyter-tensorflow: needs: [python-tensorflow] @@ -158,7 +158,7 @@ jobs: context: jupyter base_image: python-tensorflow python_version_1: 3.12.7 - python_version_2: 3.11.10 + python_version_2: 3.11.11 secrets: inherit vscode-tensorflow: needs: [python-tensorflow] @@ -168,7 +168,7 @@ jobs: context: vscode base_image: python-tensorflow python_version_1: 3.12.7 - python_version_2: 3.11.10 + python_version_2: 3.11.11 secrets: inherit rstudio: needs: [r-datascience]