We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a8bff commit 5e8f6f9Copy full SHA for 5e8f6f9
.github/workflows/build_workflow.yml
@@ -78,7 +78,7 @@ jobs:
78
# Increase this value to reset cache if conda-dev-spec.template has not changed in the workflow
79
CACHE_NUMBER: 0
80
with:
81
- path: ~/conda_pkgs_dir
+ path: ~/conda_pkgs_dir_py${{ matrix.python-version }}
82
key:
83
${{ runner.os }}-${{ matrix.python-version }}-conda-${{ env.CACHE_NUMBER }}-${{
84
hashFiles('spec-file.txt,pyproject.toml,') }}
0 commit comments