From 7072c0c560f81084e417722334af377d1e171863 Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Fri, 5 Dec 2025 10:12:16 +0400 Subject: [PATCH] Update CI environment configuration --- ci/conda.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/conda.yml b/ci/conda.yml index 75b3c2f..68df58c 100644 --- a/ci/conda.yml +++ b/ci/conda.yml @@ -1,10 +1,10 @@ --- -name: ansible-mount-device +name: genlab.common channels: - conda-forge dependencies: - - python~=3.12 - - pip>=22.2 + - python~=3.13.10 + - pip==25.3 - actionlint - pip: - -r requirements.txt