File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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 : 11.0.0a .0
6+ DEFAULT_KHIOPS_CORE_VERSION : 11.0.0b .0
77 DEFAULT_SAMPLES_VERSION : 11.0.0
88on :
99 workflow_dispatch :
1010 inputs :
1111 khiops-core-version :
12- default : 11.0.0a .0
12+ default : 11.0.0b .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 @@ -26,7 +26,7 @@ requirements:
2626 - python
2727 run :
2828 - python
29- - conda-forge/label/rc:: khiops-core =11.0.0a .0
29+ - khiops-core =11.0.0b .0
3030 - pandas >=0.25.3
3131 - scikit-learn >=0.22.2
3232 run_constrained :
You can’t perform that action at this time.
0 commit comments