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
33env :
44 # Note: The default Khiops version must never be an alpha release as they are
55 # 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
77 DEFAULT_SAMPLES_VERSION : 11.0.0
88on :
99 workflow_dispatch :
1010 inputs :
1111 khiops-core-version :
12- default : 10.7.0b .0
12+ default : 10.7.3a .0
1313 description : khiops-core version for testing
1414 khiops-samples-version :
1515 default : 11.0.0
Original file line number Diff line number Diff line change 22name : Tests
33env :
44 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
66on :
77 workflow_dispatch :
88 inputs :
1313 default : 10.7.3-a.0.0
1414 description : Development Docker Image Tag
1515 khiops-desktop-revision :
16- default : 10.7.0-b .0
16+ default : 10.7.3-a .0
1717 description : Khiops Windows Desktop Application Version
1818 run-expensive-tests :
1919 type : boolean
You can’t perform that action at this time.
0 commit comments