Skip to content

Commit d51acf8

Browse files
committed
Use the 10.7.3[.]a.0 Khiops Core alpha pre-release in native and Conda tests
1 parent da78152 commit d51acf8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ 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.7.0b.0
6+
DEFAULT_KHIOPS_CORE_VERSION: 10.7.3a.0
77
DEFAULT_SAMPLES_VERSION: 11.0.0
88
on:
99
workflow_dispatch:
1010
inputs:
1111
khiops-core-version:
12-
default: 10.7.0b.0
12+
default: 10.7.3a.0
1313
description: khiops-core version for testing
1414
khiops-samples-version:
1515
default: 11.0.0

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Tests
33
env:
44
DEFAULT_SAMPLES_REVISION: 11.0.0
5-
DEFAULT_KHIOPS_DESKTOP_REVISION: 10.7.0-b.0
5+
DEFAULT_KHIOPS_DESKTOP_REVISION: 10.7.3-a.0
66
on:
77
workflow_dispatch:
88
inputs:
@@ -13,7 +13,7 @@ on:
1313
default: 10.7.3-a.0.0
1414
description: Development Docker Image Tag
1515
khiops-desktop-revision:
16-
default: 10.7.0-b.0
16+
default: 10.7.3-a.0
1717
description: Khiops Windows Desktop Application Version
1818
run-expensive-tests:
1919
type: boolean

0 commit comments

Comments
 (0)