From 4a97c86f85f5d6e12401be9fcca7ec1035b3cc36 Mon Sep 17 00:00:00 2001 From: Sagiv Oulu Date: Thu, 5 Feb 2026 14:15:07 +0200 Subject: [PATCH] chore: test new CI image with Python 3.11.9 Co-Authored-By: Claude Opus 4.5 --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e520b62..932a307a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,6 +35,7 @@ workflows: - lumigo-orb/prep-it-resources: context: common + docker_image: "lumigo/ci-ubuntu2204-node20:26.2.4-testing-add-python3.11.9-to-ci-image" venv_python_version: "3.9" requires: - lumigo-orb/is_environment_available @@ -46,6 +47,7 @@ workflows: - lumigo-orb/integration-test-parallel: context: common + docker_image: "lumigo/ci-ubuntu2204-node20:26.2.4-testing-add-python3.11.9-to-ci-image" run_test_cleanup: false tests_max_parallel: 20 requires: