File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
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 || '10.2.3-b.4.with_native_10 .2.3-b.4' }}
42
+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.2.3-b.4.with_conda-forge_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 9
9
workflow_dispatch :
10
10
inputs :
11
11
khiops-core-version :
12
- default : 10.2.3b.3
12
+ default : 10.2.3b.4
13
13
description : khiops-core version for testing
14
14
khiops-samples-version :
15
15
default : 10.2.0
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Dev Docker
3
3
env :
4
- DEFAULT_KHIOPS_REVISION : 10.2.3-b.3
4
+ DEFAULT_KHIOPS_REVISION : 10.2.3-b.4
5
5
DEFAULT_IMAGE_INCREMENT : 0
6
6
DEFAULT_SERVER_REVISION : main
7
7
DEFAULT_PYTHON_VERSIONS : 3.8 3.9 3.10 3.11 3.12
12
12
inputs :
13
13
khiops-revision :
14
14
type : string
15
- default : main
15
+ default : 10.2.3-b.4
16
16
description : Khiops Revision
17
17
image-increment :
18
18
type : number
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 || '10.2.3-b.4.with_native_10 .2.3-b.4' }}
59
+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.2.3-b.4.with_conda-forge_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 2
2
name : Unit Tests
3
3
env :
4
4
DEFAULT_SAMPLES_REVISION : main
5
- DEFAULT_KHIOPS_DESKTOP_REVISION : 10.2.3-b.3
5
+ DEFAULT_KHIOPS_DESKTOP_REVISION : 10.2.3-b.4
6
6
on :
7
7
workflow_dispatch :
8
8
inputs :
13
13
default : latest
14
14
description : Development Docker Image Tag
15
15
khiops-desktop-revision :
16
- default : 10.2.3-b.3
16
+ default : 10.2.3-b.4
17
17
description : Khiops Windows Desktop Application Version
18
18
run-long-tests :
19
19
type : boolean
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 || '10.2.3-b.4.with_native_10 .2.3-b.4' }}
39
+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.2.3-b.4.with_conda-forge_10 .2.3-b.4' }}
40
40
credentials :
41
41
username : ${{ github.actor }}
42
42
password : ${{ secrets.GITHUB_TOKEN }}
@@ -226,7 +226,7 @@ jobs:
226
226
# because the `env` context is only accessible at the step level;
227
227
# hence, it is hard-coded
228
228
image : |-
229
- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.2.3-b.4.with_native_10 .2.3-b.4' }}
229
+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.2.3-b.4.with_conda-forge_10 .2.3-b.4' }}
230
230
credentials :
231
231
username : ${{ github.actor }}
232
232
password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments