Skip to content

Commit c5c1698

Browse files
committed
Update samples and khiops versions to 11 in CI
1 parent 5eedb8c commit c5c1698

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/quick-checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
name: Quick Checks
33
env:
4-
DEFAULT_KHIOPS_PYTHON_REVISION: 10.6.0.0-a.0
4+
DEFAULT_KHIOPS_PYTHON_REVISION: dev
55
on:
66
pull_request:
77
workflow_dispatch:
88
inputs:
99
khiops-python-revision:
10-
default: 10.6.0.0-a.0
10+
default: dev
1111
description: Git tag/branch/commit for the khiops-python repository
1212
image-tag:
13-
default: 10.6.0-b.0.0
13+
default: 11.0.0-a.0.0
1414
description: Development Docker Image Tag
1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref
@@ -37,7 +37,7 @@ jobs:
3737
# 'latest' default image tag cannot be set as an environment variable,
3838
# because the `env` context is only accessible at the step level;
3939
# hence, it is hard-coded
40-
image: ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.6.0-b.0.0' }}
40+
image: ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0-a.0.0' }}
4141
steps:
4242
- name: Checkout sources
4343
uses: actions/checkout@v4
@@ -55,7 +55,7 @@ jobs:
5555
git checkout $KHIOPS_PYTHON_REVISION
5656
pip install .
5757
kh-status
58-
kh-download-datasets --version 10.2.4
58+
kh-download-datasets --version 11.0.0
5959
- name: Execute the convert hook
6060
run: |-
6161
mkdir output_nb

0 commit comments

Comments
 (0)