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