Skip to content

Commit 91ccb46

Browse files
committed
Update default Khiops Core version in the CI for tests to 10.2.3[-]b.4
TODO: Revert after: - building `latest` on `dev` with the proper `10.2.3` Khiops version (once the Khiops 10.2.3 release is done) - merging this PR
1 parent 81acfae commit 91ccb46

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# because the `env` context is only accessible at the step level;
4040
# hence, it is hard-coded
4141
image: |-
42-
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || 'latest' }}
42+
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.2.3-b.4.with_native_10.2.3-b.4' }}
4343
# Use the 'runner' user (1001) from github so checkout actions work properly
4444
# https://github.com/actions/runner/issues/2033#issuecomment-1598547465
4545
options: --user 1001

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
DEFAULT_SAMPLES_VERSION: 10.2.0
55
# Note: The default Khiops version must never be an alpha release as they are
66
# ephemeral. To test alpha versions run the workflow manually.
7-
DEFAULT_KHIOPS_CORE_VERSION: 10.2.2
7+
DEFAULT_KHIOPS_CORE_VERSION: 10.2.3b.4
88
on:
99
workflow_dispatch:
1010
inputs:

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# because the `env` context is only accessible at the step level;
5757
# hence, it is hard-coded
5858
image: |-
59-
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || 'latest' }}
59+
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.2.3-b.4.with_native_10.2.3-b.4' }}
6060
steps:
6161
- name: Set parameters as env
6262
run: |

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# because the `env` context is only accessible at the step level;
3737
# hence, it is hard-coded
3838
image: |-
39-
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || 'latest' }}
39+
ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.2.3-b.4.with_native_10.2.3-b.4' }}
4040
credentials:
4141
username: ${{ github.actor }}
4242
password: ${{ secrets.GITHUB_TOKEN }}
@@ -217,7 +217,7 @@ jobs:
217217
# because the `env` context is only accessible at the step level;
218218
# hence, it is hard-coded
219219
image: |-
220-
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || 'latest' }}
220+
ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.2.3-b.4.with_native_10.2.3-b.4' }}
221221
credentials:
222222
username: ${{ github.actor }}
223223
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)