Skip to content

Commit

Permalink
Merge pull request #1049 from altheaden/fix-conda-cache
Browse files Browse the repository at this point in the history
Use separate conda cache directories in CI
  • Loading branch information
xylar authored Jan 17, 2025
2 parents 8df8d11 + 5929d06 commit 28950cb
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 @@ -46,7 +46,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('dev-spec.txt,pyproject.toml') }}
Expand Down

0 comments on commit 28950cb

Please sign in to comment.