Skip to content

Commit

Permalink
update python to version 3.11.10 & 3.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Sep 28, 2024
1 parent 67dff76 commit 543ae81
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-workflow-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'

- id: set-matrix
run: |
Expand Down
52 changes: 26 additions & 26 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
image: python-minimal
context: python-minimal
base_image: base
python_version_1: 3.12.5
python_version_2: 3.11.9
python_version_1: 3.12.6
python_version_2: 3.11.10
secrets: inherit
python-datascience:
needs: [python-minimal]
Expand All @@ -31,8 +31,8 @@ jobs:
image: python-datascience
context: python-datascience
base_image: python-minimal
python_version_1: 3.12.5
python_version_2: 3.11.9
python_version_1: 3.12.6
python_version_2: 3.11.10
secrets: inherit
python-pytorch:
needs: [python-minimal]
Expand All @@ -41,8 +41,8 @@ jobs:
image: python-pytorch
context: python-pytorch
base_image: python-minimal
python_version_1: 3.12.5
python_version_2: 3.11.9
python_version_1: 3.12.6
python_version_2: 3.11.10
secrets: inherit
python-tensorflow:
needs: [python-minimal]
Expand All @@ -51,8 +51,8 @@ jobs:
image: python-tensorflow
context: python-tensorflow
base_image: python-minimal
python_version_1: 3.12.5
python_version_2: 3.11.9
python_version_1: 3.12.6
python_version_2: 3.11.10
secrets: inherit
r-minimal:
needs: [base]
Expand Down Expand Up @@ -81,8 +81,8 @@ jobs:
image: jupyter-python
context: jupyter
base_image: python-datascience
python_version_1: 3.12.5
python_version_2: 3.11.9
python_version_1: 3.12.6
python_version_2: 3.11.10
secrets: inherit
vscode-python:
needs: [python-datascience]
Expand All @@ -91,8 +91,8 @@ jobs:
image: vscode-python
context: vscode
base_image: python-datascience
python_version_1: 3.12.5
python_version_2: 3.11.9
python_version_1: 3.12.6
python_version_2: 3.11.10
secrets: inherit
pyspark:
needs: [python-minimal]
Expand All @@ -101,8 +101,8 @@ jobs:
image: pyspark
context: spark
base_image: python-minimal
python_version_1: 3.12.5
python_version_2: 3.11.9
python_version_1: 3.12.6
python_version_2: 3.11.10
spark_version: 3.5.2
build_gpu: false
secrets: inherit
Expand All @@ -113,8 +113,8 @@ jobs:
image: jupyter-pyspark
context: jupyter
base_image: pyspark
python_version_1: 3.12.5
python_version_2: 3.11.9
python_version_1: 3.12.6
python_version_2: 3.11.10
spark_version: 3.5.2
build_gpu: false
secrets: inherit
Expand All @@ -125,8 +125,8 @@ jobs:
image: vscode-pyspark
context: vscode
base_image: pyspark
python_version_1: 3.12.5
python_version_2: 3.11.9
python_version_1: 3.12.6
python_version_2: 3.11.10
spark_version: 3.5.2
build_gpu: false
secrets: inherit
Expand All @@ -137,8 +137,8 @@ jobs:
image: jupyter-pytorch
context: jupyter
base_image: python-pytorch
python_version_1: 3.12.5
python_version_2: 3.11.9
python_version_1: 3.12.6
python_version_2: 3.11.10
secrets: inherit
vscode-pytorch:
needs: [python-pytorch]
Expand All @@ -147,8 +147,8 @@ jobs:
image: vscode-pytorch
context: vscode
base_image: python-pytorch
python_version_1: 3.12.5
python_version_2: 3.11.9
python_version_1: 3.12.6
python_version_2: 3.11.10
secrets: inherit
jupyter-tensorflow:
needs: [python-tensorflow]
Expand All @@ -157,8 +157,8 @@ jobs:
image: jupyter-tensorflow
context: jupyter
base_image: python-tensorflow
python_version_1: 3.12.5
python_version_2: 3.11.9
python_version_1: 3.12.6
python_version_2: 3.11.10
secrets: inherit
vscode-tensorflow:
needs: [python-tensorflow]
Expand All @@ -167,8 +167,8 @@ jobs:
image: vscode-tensorflow
context: vscode
base_image: python-tensorflow
python_version_1: 3.12.5
python_version_2: 3.11.9
python_version_1: 3.12.6
python_version_2: 3.11.10
secrets: inherit
rstudio:
needs: [r-datascience]
Expand Down
2 changes: 1 addition & 1 deletion python-minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM $BASE_IMAGE

LABEL maintainer="InseeFrLab <[email protected]>"

ARG PYTHON_VERSION="3.12.5"
ARG PYTHON_VERSION="3.12.6"
ENV PYTHON_VERSION=${PYTHON_VERSION}

ENV CONDA_DIR="/opt/conda"
Expand Down

0 comments on commit 543ae81

Please sign in to comment.