File tree 5 files changed +13
-13
lines changed
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 9
9
type : boolean
10
10
default : false
11
11
image-tag :
12
- default : latest
12
+ default : 10.6.0-b.0.0
13
13
description : Development Docker Image Tag
14
14
pull_request :
15
15
paths :
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.6.0-b.0.0 ' }}
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 @@ -3,13 +3,13 @@ name: Conda Package
3
3
env :
4
4
# Note: The default Khiops version must never be an alpha release as they are
5
5
# ephemeral. To test alpha versions run the workflow manually.
6
- DEFAULT_KHIOPS_CORE_VERSION : 10.2.4
6
+ DEFAULT_KHIOPS_CORE_VERSION : 10.6.0b.0
7
7
DEFAULT_SAMPLES_VERSION : 10.2.4
8
8
on :
9
9
workflow_dispatch :
10
10
inputs :
11
11
khiops-core-version :
12
- default : 10.2.4
12
+ default : 10.6.0b.0
13
13
description : khiops-core version for testing
14
14
khiops-samples-version :
15
15
default : 10.2.4
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.4
4
+ DEFAULT_KHIOPS_REVISION : 10.6.0-b.0
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 3.13
14
14
inputs :
15
15
khiops-revision :
16
16
type : string
17
- default : 10.2.4
17
+ default : 10.6.0-b.0
18
18
description : Khiops Revision
19
19
image-increment :
20
20
type : number
Original file line number Diff line number Diff line change 9
9
default : 10.2.4
10
10
description : khiops-samples repo revision
11
11
image-tag :
12
- default : latest
12
+ default : 10.6.0-b.0.0
13
13
description : Development Docker Image Tag
14
14
pull_request :
15
15
paths :
64
64
# because the `env` context is only accessible at the step level;
65
65
# hence, it is hard-coded
66
66
image : |-
67
- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || 'latest ' }}
67
+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.6.0-b.0.0 ' }}
68
68
steps :
69
69
- name : Set parameters as env
70
70
run : |
Original file line number Diff line number Diff line change 2
2
name : Tests
3
3
env :
4
4
DEFAULT_SAMPLES_REVISION : 10.2.4
5
- DEFAULT_KHIOPS_DESKTOP_REVISION : 10.2.4
5
+ DEFAULT_KHIOPS_DESKTOP_REVISION : 10.6.0-b.0
6
6
on :
7
7
workflow_dispatch :
8
8
inputs :
9
9
samples-revision :
10
10
default : 10.2.4
11
11
description : Git Tag/Branch/Commit for the khiops-samples Repo
12
12
image-tag :
13
- default : latest
13
+ default : 10.6.0-b.0.0
14
14
description : Development Docker Image Tag
15
15
khiops-desktop-revision :
16
- default : 10.2.4
16
+ default : 10.6.0-b.0
17
17
description : Khiops Windows Desktop Application Version
18
18
run-expensive-tests :
19
19
type : boolean
43
43
# because the `env` context is only accessible at the step level;
44
44
# hence, it is hard-coded
45
45
image : |-
46
- ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || 'latest ' }}
46
+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.6.0-b.0.0 ' }}
47
47
credentials :
48
48
username : ${{ github.actor }}
49
49
password : ${{ secrets.GITHUB_TOKEN }}
@@ -312,7 +312,7 @@ jobs:
312
312
# because the `env` context is only accessible at the step level;
313
313
# hence, it is hard-coded
314
314
image : |-
315
- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || 'latest ' }}
315
+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.6.0-b.0.0 ' }}
316
316
credentials :
317
317
username : ${{ github.actor }}
318
318
password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments