Skip to content

Commit c42b804

Browse files
committed
Use Docker dev image with Python 3.14 (Conda env) support
1 parent 475dcb6 commit c42b804

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: 11.0.0
1111
description: Git Tag/Branch/Commit for the khiops-samples Repo
1212
image-tag:
13-
default: 11.0.0-b.0.0
13+
default: 11.0.0-b.0.465
1414
description: Development Docker Image Tag
1515
khiops-desktop-revision:
1616
default: 11.0.0-b.0
@@ -43,7 +43,7 @@ jobs:
4343
# because the `env` context is only accessible at the step level;
4444
# hence, it is hard-coded
4545
image: |-
46-
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0-b.0.0' }}
46+
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0-b.0.465' }}
4747
credentials:
4848
username: ${{ github.actor }}
4949
password: ${{ secrets.GITHUB_TOKEN }}
@@ -333,7 +333,7 @@ jobs:
333333
# because the `env` context is only accessible at the step level;
334334
# hence, it is hard-coded
335335
image: |-
336-
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0-b.0.0' }}
336+
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0-b.0.465' }}
337337
credentials:
338338
username: ${{ github.actor }}
339339
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)