Skip to content

Commit

Permalink
Merge pull request #308 from KhiopsML/update-samples-version-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
folmos-at-orange authored Dec 11, 2024
2 parents 20f8d48 + 1a40a91 commit 733349b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
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:
khiops-core-version:
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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 733349b

Please sign in to comment.