File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11---
22name : API Docs
33env :
4- DEFAULT_KHIOPS_PYTHON_TUTORIAL_REVISION : 11.0.0.0-b.0
4+ DEFAULT_KHIOPS_PYTHON_TUTORIAL_REVISION : 11.0.0.0-rc.2
55 DEFAULT_KHIOPS_SAMPLES_REVISION : 11.0.0
66on :
77 workflow_dispatch :
88 inputs :
99 khiops-python-tutorial-revision :
10- default : 11.0.0.0-b.0
10+ default : 11.0.0.0-rc.2
1111 description : khiops-python-tutorial repo revision
1212 khiops-samples-revision :
1313 default : 11.0.0
1414 description : khiops-samples repo revision
1515 image-tag :
16- default : 11.0.0-b.0 .0
16+ default : 11.0.0-rc.2 .0
1717 description : Development Docker Image Tag
1818 pull_request :
1919 paths :
4545 # because the `env` context is only accessible at the step level;
4646 # hence, it is hard-coded
4747 image : |-
48- ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0-b.0 .0' }}
48+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0-rc.2 .0' }}
4949 # Use the 'runner' user (1001) from github so checkout actions work properly
5050 # https://github.com/actions/runner/issues/2033#issuecomment-1598547465
5151 options : --user 1001
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name: Conda Package
33env :
44 # Note: The default Khiops version must never be an alpha release as they are
55 # ephemeral. To test alpha versions run the workflow manually.
6- DEFAULT_KHIOPS_CORE_VERSION : 11.0.0b.0
6+ DEFAULT_KHIOPS_CORE_VERSION : 11.0.0rc.2
77 DEFAULT_SAMPLES_VERSION : 11.0.0
88on :
99 workflow_dispatch :
1010 inputs :
1111 khiops-core-version :
12- default : 11.0.0b.0
12+ default : 11.0.0rc.2
1313 description : khiops-core version for testing
1414 khiops-samples-version :
1515 default : 11.0.0
Original file line number Diff line number Diff line change 11---
22name : Dev Docker
33env :
4- DEFAULT_KHIOPS_REVISION : 11.0.0-rc.1
4+ DEFAULT_KHIOPS_REVISION : 11.0.0-rc.2
55 DEFAULT_IMAGE_INCREMENT : 0
66 DEFAULT_SERVER_REVISION : main
77 DEFAULT_PYTHON_VERSIONS : 3.8 3.9 3.10 3.11 3.12 3.13 3.14
1414 inputs :
1515 khiops-revision :
1616 type : string
17- default : 11.0.0-rc.1
17+ default : 11.0.0-rc.2
1818 description : Khiops Revision
1919 image-increment :
2020 type : number
Original file line number Diff line number Diff line change 1212 default : 11.0.0
1313 description : khiops-samples repo revision
1414 image-tag :
15- default : 11.0.0-rc.1 .0
15+ default : 11.0.0-rc.2 .0
1616 description : Development Docker Image Tag
1717 pypi-target :
1818 type : choice
7171 # because the `env` context is only accessible at the step level;
7272 # hence, it is hard-coded
7373 image : |-
74- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0-rc.1 .0' }}
74+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0-rc.2 .0' }}
7575 steps :
7676 - name : Set parameters as env
7777 run : |
Original file line number Diff line number Diff line change 22name : Tests
33env :
44 DEFAULT_SAMPLES_REVISION : 11.0.0
5- DEFAULT_KHIOPS_DESKTOP_REVISION : 11.0.0-b.0
5+ DEFAULT_KHIOPS_DESKTOP_REVISION : 11.0.0-rc.2
66on :
77 workflow_dispatch :
88 inputs :
99 samples-revision :
1010 default : 11.0.0
1111 description : Git Tag/Branch/Commit for the khiops-samples Repo
1212 image-tag :
13- default : 11.0.0-rc.1 .0
13+ default : 11.0.0-rc.2 .0
1414 description : Development Docker Image Tag
1515 khiops-desktop-revision :
16- default : 11.0.0-b.0
16+ default : 11.0.0-rc.2
1717 description : Khiops Windows Desktop Application Version
1818 run-expensive-tests :
1919 type : boolean
4343 # because the `env` context is only accessible at the step level;
4444 # hence, it is hard-coded
4545 image : |-
46- ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0-rc.1 .0' }}
46+ ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:${{ inputs.image-tag || '11.0.0-rc.2 .0' }}
4747 credentials :
4848 username : ${{ github.actor }}
4949 password : ${{ secrets.GITHUB_TOKEN }}
@@ -334,7 +334,7 @@ jobs:
334334 # because the `env` context is only accessible at the step level;
335335 # hence, it is hard-coded
336336 image : |-
337- ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0-rc.1 .0' }}
337+ ghcr.io/khiopsml/khiops-python/khiopspydev-${{ matrix.container }}:${{ inputs.image-tag || '11.0.0-rc.2 .0' }}
338338 credentials :
339339 username : ${{ github.actor }}
340340 password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments