From b7fcf6dc048df0505f584f126a3eba734a00448c Mon Sep 17 00:00:00 2001 From: mauwii Date: Sat, 29 Oct 2022 04:49:43 +0200 Subject: [PATCH] readd conda env cache --- .github/workflows/test-invoke-conda.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test-invoke-conda.yml b/.github/workflows/test-invoke-conda.yml index ca1f2e00d8..468ce85d79 100644 --- a/.github/workflows/test-invoke-conda.yml +++ b/.github/workflows/test-invoke-conda.yml @@ -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: