File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 14
14
default : main
15
15
description : khiops-python-tutorial repo revision
16
16
image-tag :
17
- default : 10.7.0-b .0.0
17
+ default : 10.7.3-a .0.0
18
18
description : Development Docker Image Tag
19
19
pull_request :
20
20
paths :
44
44
# because the `env` context is only accessible at the step level;
45
45
# hence, it is hard-coded
46
46
image : |-
47
- ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.7.0-b .0.0' }}
47
+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.7.3-a .0.0' }}
48
48
# Use the 'runner' user (1001) from github so checkout actions work properly
49
49
# https://github.com/actions/runner/issues/2033#issuecomment-1598547465
50
50
options : --user 1001
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name: Conda Package
3
3
env :
4
4
# Note: The default Khiops version must never be an alpha release as they are
5
5
# ephemeral. To test alpha versions run the workflow manually.
6
- DEFAULT_KHIOPS_CORE_VERSION : 10.7.0b .0
6
+ DEFAULT_KHIOPS_CORE_VERSION : 10.7.3a .0
7
7
DEFAULT_SAMPLES_VERSION : 11.0.0
8
8
on :
9
9
workflow_dispatch :
10
10
inputs :
11
11
khiops-core-version :
12
- default : 10.7.0b .0
12
+ default : 10.7.3a .0
13
13
description : khiops-core version for testing
14
14
khiops-samples-version :
15
15
default : 11.0.0
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Dev Docker
3
3
env :
4
- DEFAULT_KHIOPS_REVISION : 10.7.0-b .0
4
+ DEFAULT_KHIOPS_REVISION : 10.7.3-a .0
5
5
DEFAULT_IMAGE_INCREMENT : 0
6
6
DEFAULT_SERVER_REVISION : main
7
7
DEFAULT_PYTHON_VERSIONS : 3.8 3.9 3.10 3.11 3.12 3.13
14
14
inputs :
15
15
khiops-revision :
16
16
type : string
17
- default : 10.7.0-b .0
17
+ default : 10.7.3-a .0
18
18
description : Khiops Revision
19
19
image-increment :
20
20
type : number
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 : 10.7.0-b .0.0
12
+ default : 10.7.3-a .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 || '10.7.0-b .0.0' }}
67
+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.7.3-a .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 : 10.7.0-b .0
5
+ DEFAULT_KHIOPS_DESKTOP_REVISION : 10.7.3-a .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 : 10.7.0-b .0.0
13
+ default : 10.7.3-a .0.0
14
14
description : Development Docker Image Tag
15
15
khiops-desktop-revision :
16
- default : 10.7.0-b .0
16
+ default : 10.7.3-a .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 || '10.7.0-b .0.0' }}
46
+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '10.7.3-a .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 || '10.7.0-b .0.0' }}
318
+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '10.7.3-a .0.0' }}
319
319
credentials :
320
320
username : ${{ github.actor }}
321
321
password : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ requirements:
26
26
- python
27
27
run :
28
28
- python
29
- - khiops-core =10.7.0b .0
29
+ - khiops-core =10.7.3a .0
30
30
- pandas >=0.25.3
31
31
- scikit-learn >=0.22.2
32
32
run_constrained :
You can’t perform that action at this time.
0 commit comments