mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix hashFiles function
This commit is contained in:
parent
0a89d350d9
commit
bd3ba596c2
2
.github/workflows/test-invoke-conda.yml
vendored
2
.github/workflows/test-invoke-conda.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user