Skip to content

Commit

Permalink
correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahlanzrath committed Dec 6, 2024
1 parent 3b1cedd commit eeef9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eeef9fb

Please sign in to comment.