fix hashFiles function

This commit is contained in:
mauwii 2022-10-29 04:58:10 +02:00
parent 0a89d350d9
commit bd3ba596c2
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -80,7 +80,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ env.CONDA }}/envs
key: conda-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('${{ matrix.environment-file }}') }}
key: conda-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles(matrix.environment-file) }}
id: cache-conda-pkgs
- name: Activate Conda Env