From 101a7c80f173d82682854b9ced50384281e65843 Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Fri, 5 Dec 2025 11:52:11 +0400 Subject: [PATCH] Cache micromamba environment --- .github/workflows/linters.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 6ad5b5a..03c44ab 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -23,6 +23,7 @@ jobs: environment-file: ci/conda.yml init-shell: bash post-cleanup: 'all' + cache-environment: true # - name: "Install role dependencies" # run: ansible-galaxy install -r requirements.yml