From 12c3feff9c5cdc576f269b21496d527e8ec13e20 Mon Sep 17 00:00:00 2001 From: Lea Vauchier Date: Tue, 16 Jul 2024 15:40:28 +0200 Subject: [PATCH] TO REMOVE: temporarily remove github action cache --- .github/workflows/cicd_light.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd_light.yml b/.github/workflows/cicd_light.yml index eb3f3f4..15d5373 100644 --- a/.github/workflows/cicd_light.yml +++ b/.github/workflows/cicd_light.yml @@ -20,12 +20,14 @@ jobs: # See https://github.com/marketplace/actions/setup-micromamba - name: setup-micromamba - uses: mamba-org/setup-micromamba@v1.9.0 + uses: mamba-org/setup-micromamba@v1.8.1 with: + micromamba-version: '1.5.8-0' # temporary fix as setup-mircomamba ahngs with later mamba version environment-file: environment.yml environment-name: pdaltools # activate the environment - cache-environment: true - cache-downloads: true + cache-environment: false + cache-downloads: false + log-level: info generate-run-shell: true - name: Run tests with pytest