File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.2.3
6+ DEFAULT_KHIOPS_CORE_VERSION : 10.2.4
77 DEFAULT_SAMPLES_VERSION : 10.2.4
88on :
99 workflow_dispatch :
1010 inputs :
1111 khiops-core-version :
12- default : 10.2.3
12+ default : 10.2.4
1313 description : khiops-core version for testing
1414 khiops-samples-version :
1515 default : 10.2.4
Original file line number Diff line number Diff line change 11---
22name : Dev Docker
33env :
4- DEFAULT_KHIOPS_REVISION : 10.2.3
4+ DEFAULT_KHIOPS_REVISION : 10.2.4
55 DEFAULT_IMAGE_INCREMENT : 0
66 DEFAULT_SERVER_REVISION : main
77 DEFAULT_PYTHON_VERSIONS : 3.8 3.9 3.10 3.11 3.12 3.13
1212 inputs :
1313 khiops-revision :
1414 type : string
15- default : 10.2.3
15+ default : 10.2.4
1616 description : Khiops Revision
1717 image-increment :
1818 type : number
Original file line number Diff line number Diff line change 22name : Unit Tests
33env :
44 DEFAULT_SAMPLES_REVISION : 10.2.4
5- DEFAULT_KHIOPS_DESKTOP_REVISION : 10.2.3
5+ DEFAULT_KHIOPS_DESKTOP_REVISION : 10.2.4
66on :
77 workflow_dispatch :
88 inputs :
1313 default : latest
1414 description : Development Docker Image Tag
1515 khiops-desktop-revision :
16- default : 10.2.3
16+ default : 10.2.4
1717 description : Khiops Windows Desktop Application Version
1818 run-long-tests :
1919 type : boolean
You can’t perform that action at this time.
0 commit comments