Skip to content

Commit

Permalink
Update cache paths in GitHub Actions workflow to use environment vari…
Browse files Browse the repository at this point in the history
…able directly instead of syntactic expression.
  • Loading branch information
michaelaye committed Nov 27, 2024
1 parent c31829c commit 87f6908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
uses: actions/cache@v3
with:
path: |
${{ env.CONDA }}/envs/test_env
${{ env.CONDA }}/pkgs
$CONDA/envs/test_env
$CONDA/pkgs
key: conda-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}
restore-keys: |
conda-${{ runner.os }}-
Expand Down

0 comments on commit 87f6908

Please sign in to comment.