Skip to content

Commit

Permalink
Use separate conda cache directories in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden committed Jan 17, 2025
1 parent c6ecfa6 commit db83c34
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 @@ -44,7 +44,7 @@ jobs:
# Increase this value to reset cache if dev-spec and setup.py have 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('conda_package/dev-spec.txt,conda_package/setup.py') }}
Expand Down

0 comments on commit db83c34

Please sign in to comment.