Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency conda-forge/python to v3.12.5 #218

Merged
merged 2 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
context: python-minimal
test: true
base_image: base
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
secrets:
Expand All @@ -43,7 +43,7 @@ jobs:
context: python-datascience
test: true
base_image: python-minimal
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
secrets:
Expand All @@ -58,7 +58,7 @@ jobs:
context: python-pytorch
test: true
base_image: python-minimal
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
secrets:
Expand All @@ -73,7 +73,7 @@ jobs:
context: python-tensorflow
test: true
base_image: python-minimal
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
secrets:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
context: jupyter
test: true
base_image: python-datascience
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
secrets:
Expand All @@ -133,7 +133,7 @@ jobs:
context: vscode
test: true
base_image: python-datascience
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
secrets:
Expand All @@ -148,7 +148,7 @@ jobs:
context: spark
test: true
base_image: python-minimal
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
spark_version: 3.5.1
branch: ${{ github.ref }}
Expand All @@ -164,7 +164,7 @@ jobs:
context: jupyter
test: true
base_image: pyspark
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
spark_version: 3.5.1
branch: ${{ github.ref }}
Expand All @@ -180,7 +180,7 @@ jobs:
context: vscode
test: true
base_image: pyspark
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
spark_version: 3.5.1
branch: ${{ github.ref }}
Expand All @@ -196,7 +196,7 @@ jobs:
context: jupyter
test: true
base_image: python-pytorch
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
secrets:
Expand All @@ -211,7 +211,7 @@ jobs:
context: vscode
test: true
base_image: python-pytorch
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
secrets:
Expand All @@ -226,7 +226,7 @@ jobs:
context: jupyter
test: true
base_image: python-tensorflow
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
secrets:
Expand All @@ -241,7 +241,7 @@ jobs:
context: vscode
test: true
base_image: python-tensorflow
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
secrets:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pull-request-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
context: python-minimal
test: true
base_image: base
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
python-datascience:
Expand All @@ -87,7 +87,7 @@ jobs:
context: python-datascience
test: true
base_image: python-minimal
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
python-pytorch:
Expand All @@ -99,7 +99,7 @@ jobs:
context: python-pytorch
test: true
base_image: python-minimal
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
python-tensorflow:
Expand All @@ -111,7 +111,7 @@ jobs:
context: python-tensorflow
test: true
base_image: python-minimal
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
r-minimal:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
context: spark
test: true
base_image: python-minimal
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
spark_version: 3.5.1
branch: ${{ github.ref }}
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
context: jupyter
test: true
base_image: python-datascience
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
vscode-python:
Expand All @@ -196,7 +196,7 @@ jobs:
context: vscode
test: true
base_image: python-datascience
python_version_1: 3.12.4
python_version_1: 3.12.5
python_version_2: 3.11.9
branch: ${{ github.ref }}
rstudio:
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.4"
ARG PYTHON_VERSION="3.12.5"
ENV PYTHON_VERSION=${PYTHON_VERSION}

ENV CONDA_DIR="/opt/conda"
Expand Down
Loading