Skip to content

Commit

Permalink
Fix conda cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
naegelejd committed Nov 22, 2023
1 parent 727e531 commit c1a2c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/configure-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
- uses: actions/cache@v2
with:
path: ${{ runner.temp }}/conda_pkgs_dir
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ hashFiles('ci-environment.yml') }}
restore-keys: |
${{ runner.os }}-conda-
Expand Down

0 comments on commit c1a2c99

Please sign in to comment.