File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : Quick Checks
3
3
env :
4
- DEFAULT_KHIOPS_PYTHON_REVISION : 10.6.0.0-a.0
4
+ DEFAULT_KHIOPS_PYTHON_REVISION : dev
5
5
on :
6
6
pull_request :
7
7
workflow_dispatch :
8
8
inputs :
9
9
khiops-python-revision :
10
- default : 10.6.0.0-a.0
10
+ default : dev
11
11
description : Git tag/branch/commit for the khiops-python repository
12
12
image-tag :
13
- default : 10.6 .0-b .0.0
13
+ default : 11.0 .0-a .0.0
14
14
description : Development Docker Image Tag
15
15
concurrency :
16
16
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref
37
37
# 'latest' default image tag cannot be set as an environment variable,
38
38
# because the `env` context is only accessible at the step level;
39
39
# 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' }}
41
41
steps :
42
42
- name : Checkout sources
43
43
uses : actions/checkout@v4
55
55
git checkout $KHIOPS_PYTHON_REVISION
56
56
pip install .
57
57
kh-status
58
- kh-download-datasets --version 10.2.4
58
+ kh-download-datasets --version 11.0.0
59
59
- name : Execute the convert hook
60
60
run : |-
61
61
mkdir output_nb
You can’t perform that action at this time.
0 commit comments