Skip to content

Commit 111e8ed

Browse files
committed
Update khiops-core and khiops-samples versions to 10.3.2 in the CI workflows
1 parent 213b6ac commit 111e8ed

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/conda.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ name: Conda Package
33
env:
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: 10.3.1
7-
DEFAULT_SAMPLES_VERSION: 10.2.4
6+
DEFAULT_KHIOPS_CORE_VERSION: 10.3.2
7+
DEFAULT_SAMPLES_VERSION: 10.3.2
88
on:
99
workflow_dispatch:
1010
inputs:
1111
khiops-core-version:
12-
default: 10.3.1
12+
default: 10.3.2
1313
description: khiops-core version for testing
1414
khiops-samples-version:
15-
default: 10.2.4
15+
default: 10.3.2
1616
description: khiops-samples version
1717
release-channel:
1818
type: choice

.github/workflows/dev-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Dev Docker
33
env:
4-
DEFAULT_KHIOPS_REVISION: 10.3.1
4+
DEFAULT_KHIOPS_REVISION: 10.3.2
55
DEFAULT_IMAGE_INCREMENT: 0
66
DEFAULT_SERVER_REVISION: main
77
DEFAULT_PYTHON_VERSIONS: 3.8 3.9 3.10 3.11 3.12 3.13
@@ -14,7 +14,7 @@ on:
1414
inputs:
1515
khiops-revision:
1616
type: string
17-
default: 10.3.1
17+
default: 10.3.2
1818
description: Khiops Revision
1919
image-increment:
2020
type: number

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: Pip Package
33
env:
4-
DEFAULT_SAMPLES_REVISION: 10.2.4
4+
DEFAULT_SAMPLES_REVISION: 10.3.2
55
on:
66
workflow_dispatch:
77
inputs:
88
samples-revision:
9-
default: 10.2.4
9+
default: 10.3.2
1010
description: khiops-samples repo revision
1111
image-tag:
1212
default: latest

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
name: Tests
33
env:
4-
DEFAULT_SAMPLES_REVISION: 10.2.4
5-
DEFAULT_KHIOPS_DESKTOP_REVISION: 10.3.1
4+
DEFAULT_SAMPLES_REVISION: 10.3.2
5+
DEFAULT_KHIOPS_DESKTOP_REVISION: 10.3.2
66
on:
77
workflow_dispatch:
88
inputs:
99
samples-revision:
10-
default: 10.2.4
10+
default: 10.3.2
1111
description: Git Tag/Branch/Commit for the khiops-samples Repo
1212
image-tag:
1313
default: latest
1414
description: Development Docker Image Tag
1515
khiops-desktop-revision:
16-
default: 10.3.1
16+
default: 10.3.2
1717
description: Khiops Windows Desktop Application Version
1818
run-expensive-tests:
1919
type: boolean

0 commit comments

Comments
 (0)