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 423c372 commit e5faac5Copy full SHA for e5faac5
.github/actions/install-dependencies/action.yml
@@ -36,7 +36,7 @@ runs:
36
with:
37
path: ${{ env.CONDA }}/envs/mpi-tutorial
38
key:
39
- conda-env-${{ steps.get-date.outputs.today }}-${{ inputs.python-version }}-${{ hashFiles('environment.yml') }}
+ conda-env-${{ steps.get-date.outputs.today }}-${{ inputs.python-version }}-${{ hashFiles('environment.yml') }}-${{ hashFiles('.github/actions/install-dependencies/**') }}
40
41
- name: Clear package cache
42
# package cache seems to be stale
0 commit comments