We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40dcf0 commit 5b17e8cCopy full SHA for 5b17e8c
.github/workflows/conda.yml
@@ -4,12 +4,12 @@ env:
4
DEFAULT_SAMPLES_VERSION: 10.2.0
5
# Note: The default Khiops version must never be an alpha release as they are
6
# ephemeral. To test alpha versions run the workflow manually.
7
- DEFAULT_KHIOPS_CORE_VERSION: 10.2.2
+ DEFAULT_KHIOPS_CORE_VERSION: 10.2.3b.2
8
on:
9
workflow_dispatch:
10
inputs:
11
khiops-core-version:
12
- default: 10.2.2
+ default: 10.2.3b.2
13
description: khiops-core version for testing
14
khiops-samples-version:
15
default: 10.2.0
0 commit comments