Skip to content

Commit 0c3f281

Browse files
author
Thierry RAMORASOAVINA
committed
Bump the versions of the s3 and gcs drivers to be able to use the official conda-forge channel
The first released versions of these drivers is 0.0.14 under conda-forge
1 parent 22a553a commit 0c3f281

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dev-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ env:
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
8-
DEFAULT_KHIOPS_GCS_DRIVER_REVISION: 0.0.11
9-
DEFAULT_KHIOPS_S3_DRIVER_REVISION: 0.0.13
8+
DEFAULT_KHIOPS_GCS_DRIVER_REVISION: 0.0.14
9+
DEFAULT_KHIOPS_S3_DRIVER_REVISION: 0.0.14
1010
on:
1111
pull_request:
1212
paths: [packaging/docker/khiopspydev/Dockerfile.*, .github/workflows/dev-docker.yml]
@@ -38,11 +38,11 @@ on:
3838
description: Khiops Server Revision
3939
khiops-gcs-driver-revision:
4040
type: string
41-
default: 0.0.11
41+
default: 0.0.14
4242
description: Driver version for Google Cloud Storage remote files
4343
khiops-s3-driver-revision:
4444
type: string
45-
default: 0.0.13
45+
default: 0.0.14
4646
description: Driver version for AWS-S3 remote files
4747
concurrency:
4848
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)