File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 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.3
6
+ DEFAULT_KHIOPS_CORE_VERSION : 10.2.4
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.3
12
+ default : 10.2.4
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.3
4
+ DEFAULT_KHIOPS_REVISION : 10.2.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 3.13
12
12
inputs :
13
13
khiops-revision :
14
14
type : string
15
- default : 10.2.3
15
+ default : 10.2.4
16
16
description : Khiops Revision
17
17
image-increment :
18
18
type : number
Original file line number Diff line number Diff line change 2
2
name : Unit Tests
3
3
env :
4
4
DEFAULT_SAMPLES_REVISION : 10.2.4
5
- DEFAULT_KHIOPS_DESKTOP_REVISION : 10.2.3
5
+ DEFAULT_KHIOPS_DESKTOP_REVISION : 10.2.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
16
+ default : 10.2.4
17
17
description : Khiops Windows Desktop Application Version
18
18
run-long-tests :
19
19
type : boolean
You can’t perform that action at this time.
0 commit comments