File tree Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : API Docs
3
3
env :
4
- DEFAULT_KHIOPS_PYTHON_TUTORIAL_REVISION : main
4
+ DEFAULT_KHIOPS_PYTHON_TUTORIAL_REVISION : 11.0.0.0-b.0
5
+ DEFAULT_KHIOPS_SAMPLES_REVISION : 11.0.0
5
6
on :
6
7
workflow_dispatch :
7
8
inputs :
8
9
khiops-python-tutorial-revision :
9
- default : main
10
+ default : 11.0.0.0-b.0
10
11
description : khiops-python-tutorial repo revision
12
+ khiops-samples-revision :
13
+ default : 11.0.0
14
+ description : khiops-samples repo revision
11
15
image-tag :
12
- default : 11.0.0-a .0.0
16
+ default : 11.0.0-b .0.0
13
17
description : Development Docker Image Tag
14
18
pull_request :
15
19
paths :
41
45
# because the `env` context is only accessible at the step level;
42
46
# hence, it is hard-coded
43
47
image : |-
44
- ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0-a .0.0' }}
48
+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0-b .0.0' }}
45
49
# Use the 'runner' user (1001) from github so checkout actions work properly
46
50
# https://github.com/actions/runner/issues/2033#issuecomment-1598547465
47
51
options : --user 1001
56
60
run : |
57
61
# Install package itself to install the samples datasets
58
62
pip3 install .
59
- kh-download-datasets --force-overwrite
63
+ kh-download-datasets --force-overwrite --version ${{ inputs.khiops-samples-revision || env.DEFAULT_KHIOPS_SAMPLES_REVISION }}
60
64
kh-status
61
65
62
66
# Install the doc python requirements
Original file line number Diff line number Diff line change 9
9
default : 11.0.0
10
10
description : khiops-samples repo revision
11
11
image-tag :
12
- default : 11.0.0-a .0.0
12
+ default : 11.0.0-b .0.0
13
13
description : Development Docker Image Tag
14
14
pull_request :
15
15
paths :
64
64
# because the `env` context is only accessible at the step level;
65
65
# hence, it is hard-coded
66
66
image : |-
67
- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0-a .0.0' }}
67
+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0-b .0.0' }}
68
68
steps :
69
69
- name : Set parameters as env
70
70
run : |
Original file line number Diff line number Diff line change 2
2
name : Tests
3
3
env :
4
4
DEFAULT_SAMPLES_REVISION : 11.0.0
5
- DEFAULT_KHIOPS_DESKTOP_REVISION : 11.0.0-a .0
5
+ DEFAULT_KHIOPS_DESKTOP_REVISION : 11.0.0-b .0
6
6
on :
7
7
workflow_dispatch :
8
8
inputs :
9
9
samples-revision :
10
10
default : 11.0.0
11
11
description : Git Tag/Branch/Commit for the khiops-samples Repo
12
12
image-tag :
13
- default : 11.0.0-a .0.0
13
+ default : 11.0.0-b .0.0
14
14
description : Development Docker Image Tag
15
15
khiops-desktop-revision :
16
- default : 11.0.0-a .0
16
+ default : 11.0.0-b .0
17
17
description : Khiops Windows Desktop Application Version
18
18
run-expensive-tests :
19
19
type : boolean
43
43
# because the `env` context is only accessible at the step level;
44
44
# hence, it is hard-coded
45
45
image : |-
46
- ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0-a .0.0' }}
46
+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0-b .0.0' }}
47
47
credentials :
48
48
username : ${{ github.actor }}
49
49
password : ${{ secrets.GITHUB_TOKEN }}
@@ -315,7 +315,7 @@ jobs:
315
315
# because the `env` context is only accessible at the step level;
316
316
# hence, it is hard-coded
317
317
image : |-
318
- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0-a .0.0' }}
318
+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0-b .0.0' }}
319
319
credentials :
320
320
username : ${{ github.actor }}
321
321
password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments