File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 39
39
# because the `env` context is only accessible at the step level;
40
40
# hence, it is hard-coded
41
41
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 ' }}
43
43
# Use the 'runner' user (1001) from github so checkout actions work properly
44
44
# https://github.com/actions/runner/issues/2033#issuecomment-1598547465
45
45
options : --user 1001
Original file line number Diff line number Diff line change 4
4
DEFAULT_SAMPLES_VERSION : 10.2.0
5
5
# Note: The default Khiops version must never be an alpha release as they are
6
6
# 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
8
8
on :
9
9
workflow_dispatch :
10
10
inputs :
Original file line number Diff line number Diff line change 56
56
# because the `env` context is only accessible at the step level;
57
57
# hence, it is hard-coded
58
58
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 ' }}
60
60
steps :
61
61
- name : Set parameters as env
62
62
run : |
Original file line number Diff line number Diff line change 36
36
# because the `env` context is only accessible at the step level;
37
37
# hence, it is hard-coded
38
38
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 ' }}
40
40
credentials :
41
41
username : ${{ github.actor }}
42
42
password : ${{ secrets.GITHUB_TOKEN }}
@@ -217,7 +217,7 @@ jobs:
217
217
# because the `env` context is only accessible at the step level;
218
218
# hence, it is hard-coded
219
219
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 ' }}
221
221
credentials :
222
222
username : ${{ github.actor }}
223
223
password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments