Skip to content

Commit

Permalink
Cache conda in separate directories
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden committed Jan 16, 2025
1 parent d3a8bff commit 5e8f6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# Increase this value to reset cache if conda-dev-spec.template has not changed in the workflow
CACHE_NUMBER: 0
with:
path: ~/conda_pkgs_dir
path: ~/conda_pkgs_dir_py${{ matrix.python-version }}
key:
${{ runner.os }}-${{ matrix.python-version }}-conda-${{ env.CACHE_NUMBER }}-${{
hashFiles('spec-file.txt,pyproject.toml,') }}
Expand Down

0 comments on commit 5e8f6f9

Please sign in to comment.