Skip to content

Commit 5e8f6f9

Browse files
committed
Cache conda in separate directories
1 parent d3a8bff commit 5e8f6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# Increase this value to reset cache if conda-dev-spec.template has not changed in the workflow
7979
CACHE_NUMBER: 0
8080
with:
81-
path: ~/conda_pkgs_dir
81+
path: ~/conda_pkgs_dir_py${{ matrix.python-version }}
8282
key:
8383
${{ runner.os }}-${{ matrix.python-version }}-conda-${{ env.CACHE_NUMBER }}-${{
8484
hashFiles('spec-file.txt,pyproject.toml,') }}

0 commit comments

Comments
 (0)