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 e427e40 commit 5fefb84Copy full SHA for 5fefb84
.github/workflows/build.yaml
@@ -129,9 +129,9 @@ jobs:
129
with:
130
path: ${{env.CONDA}}/envs/${{steps.setup.outputs.env-name}}
131
key: >-
132
- conda-${{runner.os}}-${{runner.arch}}-
133
- -${{steps.get-date.outputs.today}}-
134
- -${{hashFiles(matrix.conda-env)}}-
+ conda-${{runner.os}}-${{runner.arch}}
+ -${{steps.get-date.outputs.today}}
+ -${{hashFiles(steps.setup.outputs.env-file)}}
135
-${{env.CACHE_NUMBER}}
136
env:
137
CACHE_NUMBER: 0
0 commit comments