Skip to content

Commit 5b17e8c

Browse files
committed
Update default khiops-core Conda package version to current beta
Should be updated to the 10.2.3 official khiops-core Conda package release when it is available.
1 parent c40dcf0 commit 5b17e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ env:
44
DEFAULT_SAMPLES_VERSION: 10.2.0
55
# Note: The default Khiops version must never be an alpha release as they are
66
# ephemeral. To test alpha versions run the workflow manually.
7-
DEFAULT_KHIOPS_CORE_VERSION: 10.2.2
7+
DEFAULT_KHIOPS_CORE_VERSION: 10.2.3b.2
88
on:
99
workflow_dispatch:
1010
inputs:
1111
khiops-core-version:
12-
default: 10.2.2
12+
default: 10.2.3b.2
1313
description: khiops-core version for testing
1414
khiops-samples-version:
1515
default: 10.2.0

0 commit comments

Comments
 (0)