Skip to content

Commit 5fefb84

Browse files
committed
fix env cache key
1 parent e427e40 commit 5fefb84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ jobs:
129129
with:
130130
path: ${{env.CONDA}}/envs/${{steps.setup.outputs.env-name}}
131131
key: >-
132-
conda-${{runner.os}}-${{runner.arch}}-
133-
-${{steps.get-date.outputs.today}}-
134-
-${{hashFiles(matrix.conda-env)}}-
132+
conda-${{runner.os}}-${{runner.arch}}
133+
-${{steps.get-date.outputs.today}}
134+
-${{hashFiles(steps.setup.outputs.env-file)}}
135135
-${{env.CACHE_NUMBER}}
136136
env:
137137
CACHE_NUMBER: 0

0 commit comments

Comments
 (0)