From 1a40a9177fa71eea13f4579a57578d8435bbbf33 Mon Sep 17 00:00:00 2001 From: Felipe Olmos <92923444+folmos-at-orange@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:59:32 +0100 Subject: [PATCH] Update samples revision for pip/conda CI --- .github/workflows/conda.yml | 4 ++-- .github/workflows/pip.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 2e039627..5db1ce41 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -1,10 +1,10 @@ --- name: Conda Package env: - DEFAULT_SAMPLES_VERSION: 10.2.0 # Note: The default Khiops version must never be an alpha release as they are # ephemeral. To test alpha versions run the workflow manually. DEFAULT_KHIOPS_CORE_VERSION: 10.2.3 + DEFAULT_SAMPLES_VERSION: 10.2.4 on: workflow_dispatch: inputs: @@ -12,7 +12,7 @@ on: default: 10.2.3 description: khiops-core version for testing khiops-samples-version: - default: 10.2.0 + default: 10.2.4 description: khiops-samples version release-channel: type: choice diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 0b27de8b..25fab3eb 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -1,12 +1,12 @@ --- name: Pip Package env: - DEFAULT_SAMPLES_REVISION: main + DEFAULT_SAMPLES_REVISION: 10.2.4 on: workflow_dispatch: inputs: samples-revision: - default: main + default: 10.2.4 description: khiops-samples repo revision image-tag: default: latest