File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.7.0b .0
6
+ DEFAULT_KHIOPS_CORE_VERSION : 10.7.3a .0
7
7
DEFAULT_SAMPLES_VERSION : 11.0.0
8
8
on :
9
9
workflow_dispatch :
10
10
inputs :
11
11
khiops-core-version :
12
- default : 10.7.0b .0
12
+ default : 10.7.3a .0
13
13
description : khiops-core version for testing
14
14
khiops-samples-version :
15
15
default : 11.0.0
Original file line number Diff line number Diff line change 2
2
name : Tests
3
3
env :
4
4
DEFAULT_SAMPLES_REVISION : 11.0.0
5
- DEFAULT_KHIOPS_DESKTOP_REVISION : 10.7.0-b .0
5
+ DEFAULT_KHIOPS_DESKTOP_REVISION : 10.7.3-a .0
6
6
on :
7
7
workflow_dispatch :
8
8
inputs :
13
13
default : 10.7.3-a.0.0
14
14
description : Development Docker Image Tag
15
15
khiops-desktop-revision :
16
- default : 10.7.0-b .0
16
+ default : 10.7.3-a .0
17
17
description : Khiops Windows Desktop Application Version
18
18
run-expensive-tests :
19
19
type : boolean
You can’t perform that action at this time.
0 commit comments