We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16e086 commit 6186185Copy full SHA for 6186185
1 file changed
.github/workflows/dev-docker.yml
@@ -1,7 +1,7 @@
1
---
2
name: Dev Docker
3
env:
4
- DEFAULT_KHIOPS_REVISION: 11.0.0-a.0
+ DEFAULT_KHIOPS_REVISION: 11.0.0-b.0
5
DEFAULT_IMAGE_INCREMENT: 0
6
DEFAULT_SERVER_REVISION: main
7
DEFAULT_PYTHON_VERSIONS: 3.8 3.9 3.10 3.11 3.12 3.13
@@ -14,7 +14,7 @@ on:
14
inputs:
15
khiops-revision:
16
type: string
17
- default: 11.0.0-a.0
+ default: 11.0.0-b.0
18
description: Khiops Revision
19
image-increment:
20
type: number
0 commit comments