From eeef9fb42d711234f46b3a1f7804540539468d67 Mon Sep 17 00:00:00 2001 From: "Lanzrath, Hannah" Date: Fri, 6 Dec 2024 17:51:50 +0100 Subject: [PATCH] correct path --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9c4e6ea1..a757fceb 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -40,7 +40,7 @@ jobs: shell: bash - name: Set Cache Path - run: echo "CACHE_ENV_PATH=${{ runner.os == 'windows-latest' && runner.temp || '$HOME' }}/conda-cache/envs" >> $GITHUB_ENV + run: echo "CACHE_ENV_PATH=${{ runner.os == 'windows-latest' && runner.temp || '$HOME' }}/miniconda3/envs" >> $GITHUB_ENV - name: Restore cache uses: actions/cache/restore@v4