Skip to content

Commit 1a40a91

Browse files
Update samples revision for pip/conda CI
1 parent 20f8d48 commit 1a40a91

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
@@ -1,18 +1,18 @@
11
---
22
name: Conda Package
33
env:
4-
DEFAULT_SAMPLES_VERSION: 10.2.0
54
# Note: The default Khiops version must never be an alpha release as they are
65
# ephemeral. To test alpha versions run the workflow manually.
76
DEFAULT_KHIOPS_CORE_VERSION: 10.2.3
7+
DEFAULT_SAMPLES_VERSION: 10.2.4
88
on:
99
workflow_dispatch:
1010
inputs:
1111
khiops-core-version:
1212
default: 10.2.3
1313
description: khiops-core version for testing
1414
khiops-samples-version:
15-
default: 10.2.0
15+
default: 10.2.4
1616
description: khiops-samples version
1717
release-channel:
1818
type: choice

.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: main
4+
DEFAULT_SAMPLES_REVISION: 10.2.4
55
on:
66
workflow_dispatch:
77
inputs:
88
samples-revision:
9-
default: main
9+
default: 10.2.4
1010
description: khiops-samples repo revision
1111
image-tag:
1212
default: latest

0 commit comments

Comments
 (0)