readd conda env cache

This commit is contained in:
mauwii 2022-10-29 04:49:43 +02:00
parent 3ab3a7d37a
commit b7fcf6dc04
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -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: