Skip to content

Commit 28950cb

Browse files
authored
Merge pull request #1049 from altheaden/fix-conda-cache
Use separate conda cache directories in CI
2 parents 8df8d11 + 5929d06 commit 28950cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Increase this value to reset cache if conda-dev-spec.template has not changed in the workflow
4747
CACHE_NUMBER: 0
4848
with:
49-
path: ~/conda_pkgs_dir
49+
path: ~/conda_pkgs_dir_py${{ matrix.python-version }}
5050
key:
5151
${{ runner.os }}-${{ matrix.python-version }}-conda-${{ env.CACHE_NUMBER }}-${{
5252
hashFiles('dev-spec.txt,pyproject.toml') }}

0 commit comments

Comments
 (0)