mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
readd conda env cache
This commit is contained in:
parent
3ab3a7d37a
commit
b7fcf6dc04
7
.github/workflows/test-invoke-conda.yml
vendored
7
.github/workflows/test-invoke-conda.yml
vendored
@ -76,6 +76,13 @@ jobs:
|
||||
-o models/ldm/stable-diffusion-v1/model.ckpt \
|
||||
-L ${{ matrix.stable-diffusion-model }}
|
||||
|
||||
- name: Cache Conda env
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ${{ env.CONDA }}/envs
|
||||
key: conda-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('${{ matrix.environment-file }}') }}
|
||||
id: cache-conda-pkgs
|
||||
|
||||
- name: Activate Conda Env
|
||||
uses: conda-incubator/setup-miniconda@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user