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
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 : 11.0.0a .0
6
+ DEFAULT_KHIOPS_CORE_VERSION : 11.0.0b .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 : 11.0.0a .0
12
+ default : 11.0.0b .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 @@ -26,7 +26,7 @@ requirements:
26
26
- python
27
27
run :
28
28
- python
29
- - conda-forge/label/rc:: khiops-core =11.0.0a .0
29
+ - khiops-core =11.0.0b .0
30
30
- pandas >=0.25.3
31
31
- scikit-learn >=0.22.2
32
32
run_constrained :
You can’t perform that action at this time.
0 commit comments