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 11---
22name : Conda Package
33env :
4- DEFAULT_SAMPLES_VERSION : 10.2.0
54 # Note: The default Khiops version must never be an alpha release as they are
65 # ephemeral. To test alpha versions run the workflow manually.
76 DEFAULT_KHIOPS_CORE_VERSION : 10.2.3
7+ DEFAULT_SAMPLES_VERSION : 10.2.4
88on :
99 workflow_dispatch :
1010 inputs :
1111 khiops-core-version :
1212 default : 10.2.3
1313 description : khiops-core version for testing
1414 khiops-samples-version :
15- default : 10.2.0
15+ default : 10.2.4
1616 description : khiops-samples version
1717 release-channel :
1818 type : choice
Original file line number Diff line number Diff line change 11---
22name : Pip Package
33env :
4- DEFAULT_SAMPLES_REVISION : main
4+ DEFAULT_SAMPLES_REVISION : 10.2.4
55on :
66 workflow_dispatch :
77 inputs :
88 samples-revision :
9- default : main
9+ default : 10.2.4
1010 description : khiops-samples repo revision
1111 image-tag :
1212 default : latest
You can’t perform that action at this time.
0 commit comments