From 10dadd5b039645f56b0b7cfa03b2135741714b28 Mon Sep 17 00:00:00 2001 From: Felipe Olmos <92923444+folmos-at-orange@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:26:55 +0200 Subject: [PATCH] Update khiops python dev docker to latest beta --- .github/workflows/quick-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quick-checks.yml b/.github/workflows/quick-checks.yml index 6f5396f..c00aff9 100644 --- a/.github/workflows/quick-checks.yml +++ b/.github/workflows/quick-checks.yml @@ -28,7 +28,7 @@ jobs: execute-nb: runs-on: ubuntu-22.04 container: - image: ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:latest + image: ghcr.io/khiopsml/khiops-python/khiopspydev-ubuntu22.04:10.2.3-b.5.0 steps: - name: Checkout sources uses: actions/checkout@v4