From e0942d4544d411304f50cc9dc14c910e0c01ac77 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Sun, 23 Jul 2023 10:58:38 +0200 Subject: [PATCH] CI: enable environment cache --- .github/workflows/ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 86dfdacf..2a14d4f2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,13 +63,9 @@ jobs: environment-file: envs/environment.yaml log-level: debug init-shell: bash - cache-environment: false + cache-environment: true cache-downloads: true - - name: Print installed dependencies - run: | - micromamba list - - name: Set cache dates run: | echo "WEEK=$(date +'%Y%U')" >> $GITHUB_ENV