Skip to content

Commit e5faac5

Browse files
committed
include install action in cache key
1 parent 423c372 commit e5faac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
with:
3737
path: ${{ env.CONDA }}/envs/mpi-tutorial
3838
key:
39-
conda-env-${{ steps.get-date.outputs.today }}-${{ inputs.python-version }}-${{ hashFiles('environment.yml') }}
39+
conda-env-${{ steps.get-date.outputs.today }}-${{ inputs.python-version }}-${{ hashFiles('environment.yml') }}-${{ hashFiles('.github/actions/install-dependencies/**') }}
4040

4141
- name: Clear package cache
4242
# package cache seems to be stale

0 commit comments

Comments
 (0)